CHANGELOG.md in honey_format-0.7.0 vs CHANGELOG.md in honey_format-0.8.0
- old
+ new
@@ -1,9 +1,15 @@
+# v0.8.0
+
+* _[Feature]_ Add `#size` and `#length` methods to `Header` and `Rows` objects
+* _[Bugfix]_ Improved Row error handling for when row size differs from header column
+
+
# v0.7.0
-- Don't sanitize each row :rocket: (improves performance from ~1.4x times slower than raw CSV to ~1.1)
-- Fold `Columns` class into `Header`
-- Remove `Sanitize` class
+* Don't sanitize each row :rocket: (improves performance from ~1.4x times slower than raw CSV to ~1.1)
+* Fold `Columns` class into `Header`
+* Remove `Sanitize` class
# 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`