summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLaerti Papa <laerti.papa@xing.com>2018-09-30 14:00:12 +0200
committerLaerti Papa <laerti.papa@xing.com>2018-10-02 17:06:46 +0200
commit209f8afd84b987e33c53dce1cb7e138461054a41 (patch)
tree5947ee0a52f18c9d9bda8676bfc96237943b5b91 /CHANGELOG.md
parent506c385ccc034eaf1e3420ce9940749b3acdc42b (diff)
downloadhashie-209f8afd84b987e33c53dce1cb7e138461054a41.tar.gz
Do not call any reader attribute in Mash#update if key does not exist
Refs: https://github.com/intridea/hashie/issues/464
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 775779c..b25e660 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@ scheme are considered to be bugs.
### Fixed
* [#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).
* Your contribution here.
### Security