CHANGELOG.md in transproc-0.3.2 vs CHANGELOG.md in transproc-0.4.0

- old
+ new

@@ -1,4 +1,16 @@ +## v0.3.3 to-be-released + +## Fixed + +* `rename_keys` no longer creates new keys (robmiller) + +## Deleted + +* `MalformedInputError` exception. Transproc doesn't catch and re-raise exceptions any longer (nepalez) + +[Compare v0.3.2...HEAD](https://github.com/solnic/transproc/compare/v0.3.2...HEAD) + ## v0.3.2 2015-08-17 ## Changed * Functions now use `.call` rather than `.[]` as it's more common (solnic)