CHANGELOG.md in transproc-0.1.0 vs CHANGELOG.md in transproc-0.1.1

- old
+ new

@@ -1,16 +1,30 @@ -## v0.1.0 to-be-released +## v0.1.1 2015-03-13 +### Changed + +* `Transproc(:map_array)` performance improvements (splattael + solnic) +* hash transformation performance improvements (solnic) + +### Fixed + +* `Transproc(:nest)` handles falsy values correctly now (solnic) +* Missing `require "time"` added (splattael) + +[Compare v0.1.0...v0.1.1](https://github.com/solnic/transproc/compare/v0.1.0...v0.1.1) + +## v0.1.0 2014-12-28 + ### Added * added bang-method equivalents to all functions (solnic) * group and wrap array transformations (solnic) * date, datetime and time coercions (solnic) * numeric coercions (solnic) * boolean coercions (solnic) * [hash] `:nest` which wraps a set of keys under a new key (solnic) -[Compare v0.0.1...master](https://github.com/solnic/transproc/compare/v0.0.1...master) +[Compare v0.0.1...v0.1.0](https://github.com/solnic/transproc/compare/v0.0.1...v0.1.0) ## v0.0.1 2014-12-24 First public release \o/