CHANGELOG.md in honey_format-0.8.2 vs CHANGELOG.md in honey_format-0.9.0
- old
+ new
@@ -1,4 +1,15 @@
+# v0.9.2
+
+:warning: This release contains some backwards compatible changes.
+
+* Add support for missing header values [[#PR10](https://github.com/buren/honey_format/pull/10)]
+* Don't mutate original CSV header [[#PR10](https://github.com/buren/honey_format/pull/10)]
+* Output converted columns, instead of original, when `#to_csv` is called [[#PR10](https://github.com/buren/honey_format/pull/10)]
+* Update error class names [[#PR10](https://github.com/buren/honey_format/pull/10)]
+ - There are now two super classes for errors `HeaderError` and `RowError`
+ - All errors are under an `Errors` namespace, which `HoneyFormat` includes
+
# v0.8.2
* _[Bugfix]_ `#to_csv` now outputs nil values as empty string instead of `""`
# v0.8.1