CHANGELOG.md in transproc-0.3.0 vs CHANGELOG.md in transproc-0.3.1

- old
+ new

@@ -1,5 +1,17 @@ +## v0.3.1 2015-08-06 + +### Added + +* `:deep_merge` in `HashTransformations` (saturnflyer) +* `Transproc::Function#to_proc` method (nepalez) +* `to_boolean` coercion turns `nil` into `false` (c0) +* Support symbolizing non-string values by `Coercions[:to_symbol]` and `HashTransformations[:symbolize_keys]` (nepalez) +* Support for importing several functions at once `import :foo, :bar, from: Foo` (nepalez) + +[Compare v0.3.0...v0.3.1](https://github.com/solnic/transproc/compare/v0.3.0...v0.3.1) + ## v0.3.0 2015-07-12 This release deprecates a couple of APIs and changes the way functions can be accessed. The global `Transproc()` function registry is now deprecated and you should define your own function registry via `extend Transproc::Registry` and its @@ -24,10 +36,10 @@ arbitrary modules via `import` interface (nepalez) * Updated all built-in modules to the new registry API (nepalez + solnic) * `Transproc()` has been deprecated (solnic) * `Transproc::Helper` has been deprecated (solnic) -[Compare v0.2.4...HEAD](https://github.com/solnic/transproc/compare/v0.2.4...HEAD) +[Compare v0.2.4...v0.3.0](https://github.com/solnic/transproc/compare/v0.2.4...v0.3.0) ## v0.2.4 2015-06-20 ### Added