CHANGELOG.md in transproc-0.1.3 vs CHANGELOG.md in transproc-0.2.0
- old
+ new
@@ -1,5 +1,27 @@
-## v0.1.3 to-be-released
+## v0.2.0 2015-04-14
+
+### Added
+
+* `:map_values` hash transformation (AMHOL)
+* `:map_value` hash transformation (AMHOL)
+* `:map_value` hash transformation (AMHOL)
+* `:guard` function (AMHOL)
+* `:is` type-check function (solnic)
+* `Function#to_ast` for easy inspection (solnic)
+* Ability to define module with custom functions that will be auto-registered (solnic + splattael)
+
+### Changed
+
+* [BREAKING] `map_hash` renamed to `rename_keys`
+* [BREAKING] `map_key` renamed to `map_value`
+* [BREAKING] `map_array` no longer accepts multiple functions (AMHOL)
+* All functions are now defined as module functions (solnic + splattael)
+* Functions no longer create anonymous procs (solnic)
+
+[Compare v0.1.3...v0.2.0](https://github.com/solnic/transproc/compare/v0.1.3...v0.2.0)
+
+## v0.1.3 2015-04-07
### Added
* Added `hash_recursion` and `array_recursion` functions (AMHOL)
* Added `unwrap` and `unwrap!` functions (aflatter)