summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJean-Francis Bastien <bhacaz@gmail.com>2018-09-17 16:22:51 -0400
committerJean-Francis Bastien <bhacaz@gmail.com>2019-10-15 20:02:36 -0400
commit61209169b454ce11455091f087a61de61c48e28d (patch)
tree03ac4804118c8f49443cbef93754d559677c7ab8 /CHANGELOG.md
parent1a30427c9db1bdf974530aeddf90b305a3a621a5 (diff)
downloadhashie-61209169b454ce11455091f087a61de61c48e28d.tar.gz
Updated README.md
SymbolizeKeys and Keywords argument behavior.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2b2c37..e26ffec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,6 +37,7 @@ scheme are considered to be bugs.
* [#459](https://github.com/intridea/hashie/pull/459): Fixed a regression in `Mash.load` that disallowed aliases - [@arekt](https://github.com/arekt) and [@michaelherold](https://github.com/michaelherold).
* [#465](https://github.com/intridea/hashie/pull/465): Fixed `deep_update` to call any readers when a key exists - [@laertispappas](https://github.com/laertispappas).
* [#479](https://github.com/intridea/hashie/pull/479): Fixed an issue with `Hash#except` not returning a `Mash` in Rails 6 - [@bobbymcwho](https://github.com/bobbymcwho).
+* [#489](https://github.com/intridea/hashie/pull/489): Updated the documentation to exlain the behavior of `Mash` and keyword arguments - [@Bhacaz](https://github.com/Bhacaz).
* Your contribution here.
### Security