diff options
author | Daniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org> | 2014-04-06 08:45:18 -0400 |
---|---|---|
committer | Daniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org> | 2014-04-06 08:45:18 -0400 |
commit | 4852f24c86fb0cc74ae8281e1f630406384b28fc (patch) | |
tree | c31cc9eed3cf70bc73d405b8292a4f5237bd1160 /CHANGELOG.md | |
parent | c491e62ce4ef3605c5aecf8d7a51361a47ebddef (diff) | |
parent | 545afab2cdfb852c718e7b0e96b91696470b1c38 (diff) | |
download | hashie-4852f24c86fb0cc74ae8281e1f630406384b28fc.tar.gz |
Merge pull request #134 from tylerdooling/traverse
Adds deep_fetch extension for nested access.
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 68ed47d..9a1c1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Next Release +* [#134](https://github.com/intridea/hashie/pull/134): Add deep_fetch extension for nested access - [@tylerdooling](https://github.com/tylerdooling). * Removed support for Ruby 1.8.7 - [@dblock](https://github.com/dblock). * Ruby style now enforced with Rubocop - [@dblock](https://github.com/dblock). * [#136](https://github.com/intridea/hashie/issues/136): Removed Hashie::Extensions::Structure - [@markiz](https://github.com/markiz). |