CHANGELOG.md in honey_format-0.5.0 vs CHANGELOG.md in honey_format-0.6.0
- old
+ new
@@ -1,4 +1,14 @@
+# v0.6.0
+
+* Add `CSV#to_csv` ([PR#2](https://github.com/buren/honey_format/pull/2))
+* `csv#rows` returns an instance of `Rows` instead of `Array`
+
+# v0.3.0 - v0.5.0
+
+* Add CSV `row_builder` option
+* ...
+
# v0.2.0
* More explicit exception classes
* Restructured internals