CHANGELOG.md in hash_ish-0.3.0 vs CHANGELOG.md in hash_ish-0.4.0

- old
+ new

@@ -1,10 +1,20 @@ -## 0.3.0 (2015-07-22) +## 0.4.0 (2015-11-14) Features: +- No longer inherits from Hash (instead, call `.to_h` on instance) +- Add JSON support +- Values that are empty Hashes now remain a Hash + +Bug fixes: +- Removed square_brackets + +## 0.3.0 (2015-11-13) + +Features: - Can now add default values - HashIsh now returns instance of self -## 0.2.0 (2015-07-22) +## 0.2.0 (2015-11-12) Features: - - HashIsh.new now object that descends from Hash + - `HashIsh.new` now object that descends from Hash