CHANGELOG.md in hash_ish-0.4.1 vs CHANGELOG.md in hash_ish-0.4.2
- old
+ new
@@ -1,5 +1,10 @@
+## 0.4.2 (2015-11-14)
+
+Bug Fixes:
+- Fix incompatible JSON gem version
+
## 0.4.1 (2015-11-14)
Improvements:
- Add versioning to gems in gemspec
@@ -8,10 +13,10 @@
Features:
- No longer inherits from Hash (instead, call `.to_h` on instance)
- Add JSON support
- Values that are empty Hashes now remain a Hash
-## 0.3.0 (2015-11-12)
+## 0.3.0 (2015-11-14)
Features:
- Can now add default values
- HashIsh now returns instance of self