Skip to content

v2.3.2

Compare
Choose a tag to compare
@huacnlee huacnlee released this 08 Jul 07:23
· 108 commits to main since this release
  • Fix hash type with indifferent access.
Setting.smtp_settings = { foo: 1, bar: 2 }
Setting.smtp_settings[:foo]
=> 1
Setting.smtp_settings["foo"]
=> 1