summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Konyukhov <runsfor@gmail.com>2015-03-22 20:41:26 +0300
committerIlya Konyukhov <runsfor@gmail.com>2015-03-22 20:41:26 +0300
commitdc92550ab3ed8a8d282244b35d6fdec5c688686c (patch)
tree9848122e6ca094d06e3c630c7b506cc401417aa5
parent891ff4032bfde915a83842314d8429f9ceef7471 (diff)
downloadhashie-dc92550ab3ed8a8d282244b35d6fdec5c688686c.tar.gz
Fix typo in changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6c3e51..b2b19aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@
* [#281](https://github.com/intridea/hashie/pull/281): Added #reverse_merge to Mash to override ActiveSupport's version - [@mgold](https://github.com/mgold).
* Your contribution here
-## 3.4.0 (02/02/2014)
+## 3.4.0 (02/02/2015)
* [#271](https://github.com/intridea/hashie/pull/271): Added ability to define defaults based on current hash - [@gregory](https://github.com/gregory).
* [#247](https://github.com/intridea/hashie/pull/247): Fixed #stringify_keys and #symbolize_keys collision with ActiveSupport - [@bartoszkopinski](https://github.com/bartoszkopinski).