summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégory Horion <greg2502@gmail.com>2014-07-07 15:39:09 -0700
committerGrégory Horion <greg2502@gmail.com>2014-07-07 15:39:09 -0700
commitc6fc7ae79a28abd4adb3c7613986ba2239086df8 (patch)
treeb156267448e2c8040fb7d57f89f22f7098372064
parent7c0a8ac1b982886713ddeccf98b08ede09555010 (diff)
downloadhashie-c6fc7ae79a28abd4adb3c7613986ba2239086df8.tar.gz
Update CHANGELOG.md
regarding the changelog on [3.1.0](https://github.com/intridea/hashie/blob/v3.1.0/CHANGELOG.md#31-7252014) the Pr #177 hasn't been merged with 3.1.0
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff6509e..617ba7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
## Next
+* [#177](https://github.com/intridea/hashie/pull/177): Added support for coercing enumerables and collections - [@gregory](https://github.com/gregory).
* [#179](https://github.com/intridea/hashie/pull/179) Mash#values_at will convert each key before doing the lookup - [@nahiluhmot](https://github.com/nahiluhmot).
* [#184](https://github.com/intridea/hashie/pull/184) Allow ranges on Rash to match all Numeric types - [@medcat](https://github.com/medcat).
* [#187](https://github.com/intridea/hashie/pull/187) Automatically require version - [@medcat](https://github.com/medcat).
@@ -7,7 +8,6 @@
## 3.1 (6/25/2014)
-* [#177](https://github.com/intridea/hashie/pull/177): Added support for coercing enumerables and collections - [@gregory](https://github.com/gregory).
* [#169](https://github.com/intridea/hashie/pull/169): Hash#to_hash will also convert nested objects that implement to_hash - [@gregory](https://github.com/gregory).
* [#171](https://github.com/intridea/hashie/pull/171): Include Trash and Dash class name when raising `NoMethodError` - [@gregory](https://github.com/gregory).
* [#172](https://github.com/intridea/hashie/pull/172): Added Dash and Trash#update_attributes! - [@gregory](https://github.com/gregory).