summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégory Horion <greg2502@gmail.com>2014-07-07 15:40:16 -0700
committerGrégory Horion <greg2502@gmail.com>2014-07-07 15:40:16 -0700
commit8b4ffbd6aa2ff9e6aeccd8181c82a85ffd1eea7a (patch)
treed11a529e6008af7b3d48b1975e8098b58f3581f8
parentc6fc7ae79a28abd4adb3c7613986ba2239086df8 (diff)
downloadhashie-8b4ffbd6aa2ff9e6aeccd8181c82a85ffd1eea7a.tar.gz
Update CHANGELOG.md
add ':' to keep the same structure in the changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 617ba7a..af196fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,9 @@
## 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).
+* [#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).
* Your contribution here.
## 3.1 (6/25/2014)