summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2014-04-06 08:36:05 -0400
committerdblock <dblock@dblock.org>2014-04-06 08:36:05 -0400
commite188a425073d34d385ed6241d63971e1dba883dd (patch)
tree4537747604fc41183dfb4af79a5987b23abc15b5
parent3a7feca9fc27780b65aafec74219371d504b486c (diff)
downloadhashie-e188a425073d34d385ed6241d63971e1dba883dd.tar.gz
Updated CHANGELOG with a link to #136.
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07e9599..bcfb3a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
## Next Release
-* Removed extra unused code - [@markiz](https://github.com/markiz).
* 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).
* [#107](https://github.com/intridea/hashie/pull/107): Fixed excessive value conversions, poor performance of deep merge in Hashie::Mash - [@davemitchell](https://github.com/dblock), [@dblock](https://github.com/dblock).
* [#69](https://github.com/intridea/hashie/issues/69): Fixed assigning multiple properties in Hashie::Trash - [@einzige](https://github.com/einzige).
* [#100](https://github.com/intridea/hashie/pull/100): IndifferentAccess#store will respect indifference - [@jrochkind](https://github.com/jrochkind).