CHANGELOG.md in transproc-0.2.3 vs CHANGELOG.md in transproc-0.2.4

- old
+ new

@@ -1,4 +1,18 @@ +## v0.2.4 2015-06-20 + +### Added + +* `Transproc::Registry` extension for registering reusable functions within modules (nepalez) +* `:recursion` recurse over an enumerable (AMHOL) + +### Changed + +* `:group`, `:nest`, and `:wrap` support adding new data to existing groups/wraps (nepalez) +* `Transproc::MalformedInputError` includes original backtrace now (solnic) + +[Compare v0.2.3...v0.2.4](https://github.com/solnic/transproc/compare/v0.2.3...v0.2.4) + ## v0.2.3 2015-06-02 ### Added * `:split` splits a hash to array by a list of values from a specified key of the hash (nepalez)