summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorkenner kliemann <kenner.hp@gmail.com>2020-10-03 08:57:11 -0400
committerdblock <dblock@dblock.org>2020-10-03 08:57:17 -0400
commit792714b91c3c0393997d13ef43876b1c3c62f64a (patch)
treebfc3acd58ffbbf1d1699dacf000785cd69b6f85d /CHANGELOG.md
parenta30327a40b032767b5f61e7b22ec15ac1645cb76 (diff)
downloadhashie-792714b91c3c0393997d13ef43876b1c3c62f64a.tar.gz
Add hash slice using IndifferentAccess.
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 a2b77b7..1800fec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,6 +36,7 @@ Any violations of this scheme are considered to be bugs.
### Fixed
* [#516](https://github.com/hashie/hashie/issues/516): Fixed `NoMethodError` raised when including `Hashie::Extensions::Mash::SymbolizeKeys` and `Hashie::Extensions::SymbolizeKeys` in mashes/hashes with non string or symbol keys - [@carolineartz](https://github.com/carolineartz).
+* [#531](https://github.com/hashie/hashie/pull/531): Fixed [slice doesn't work using symbols](https://github.com/hashie/hashie/issues/529) using hash with `IndifferentAccess` extension - [@gnomex](https://github.com/gnomex).
* Your contribution here.
### Security