CHANGELOG.md in transproc-0.4.1 vs CHANGELOG.md in transproc-0.4.2

- old
+ new

@@ -1,4 +1,16 @@ +## v0.4.2 2017-01-12 + +## Added + +* prefix option to HashTransformations#unwrap and HashTransformations#unwrap! (AMHOL) + +## Fixed + +* `map_array` won't cause a SystemStackError in case of gigantic arrays (solnic) + +[Compare v0.4.1...v0.4.2](https://github.com/solnic/transproc/compare/v0.4.1...v0.4.2) + ## v0.4.1 2016-11-08 ## Added * Class level transproc DSL (AMHOL)