CHANGELOG.md in recite_csv-0.1.1 vs CHANGELOG.md in recite_csv-0.1.2
- old
+ new
@@ -1,6 +1,20 @@
## Unreleased
+
+## 0.1.2 (2018-02-23)
+
+### Changes
+
+* Change `Row::Base` to an abstract class
+* Add support Ruby v2.5
+* Add file options to `Reader::Core#each`
+
+### Misc
+
+* Change to use `Hash#each_pair` instead of `Hash#each`
+
+
## 0.1.1 (2017-12-03)
### Changes
* Rename the accessor for raw data of row from `raw_data` to `_raw_data`