diff options
author | Daniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org> | 2019-12-14 14:45:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-14 14:45:21 -0500 |
commit | b0161f545a9a9e68d3996df21f949b77edb81221 (patch) | |
tree | 081b59b732b150e926b28e166ed26d124702bdfe /CHANGELOG.md | |
parent | 9c6b5c860aa77bdfaaf416c5c098536b7e2eed5c (diff) | |
parent | 0d085afd391193a63c005b8f0fef5ed4be79910c (diff) | |
download | hashie-b0161f545a9a9e68d3996df21f949b77edb81221.tar.gz |
Merge pull request #505 from michaelherold/fix-multiple-array-conversion
Ensure that Hashie::Arrays are not deconverted
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b46c63..d1edf2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ scheme are considered to be bugs. ### Fixed * [#467](https://github.com/intridea/hashie/pull/467): Fixed `DeepMerge#deep_merge` mutating nested values within the receiver - [@michaelherold](https://github.com/michaelherold). +* [#505](https://github.com/hashie/hashie/pull/505): Ensure that `Hashie::Array`s are not deconverted within `Hashie::Mash`es to make `Mash#dig` work properly - [@michaelherold](https://github.com/michaelherold). * Your contribution here. ### Security |