CHANGELOG.md in honey_format-0.18.0 vs CHANGELOG.md in honey_format-0.19.0

- old
+ new

@@ -1,6 +1,18 @@ # HEAD +## v0.19.0 + +* Add `method_name` as alias for `header_column` converter +* Freeze constants in `HeaderColumnConverter` +* Add support for passing a callable object in `type_map` argument [PR#49](https://github.com/buren/honey_format/pull/49) +* Remove non-printable & zero-width characters from header columns +* Add `£` to header separator character list +* Replace `@` with `_at_` in header converter +* Replace all space like chars in Header converter. Closes [Issue#39]([PR#49](https://github.com/buren/honey_format/issues/39)) +* Improved CLI output when input path is missing + +## v0.18.0 * Require `set` class in `ConvertBoolean` - fixes crash when set is already required in environment * Allow symbols to be passed to `HeaderColumnConverter` * Replace `.` and `,` with `_` in header column converter