ReleaseNotes.md in csv2hash-0.3.0 vs ReleaseNotes.md in csv2hash-0.4.0
- old
+ new
@@ -1,4 +1,12 @@
+### VERSION 0.4.0
+
+* backwards incompatible changes
+ * The signature of Csv2hash::Main#new has changed.
+
+* refactoring
+ * remove params ``` break_on_failure ``` to benefit of ``` Csv2hash::Main#parse! ``` of ``` Csv2hash::Main#parse ```
+
### VERSION 0.3.0
* backwards incompatible changes
* Csv2hash is module now, call Csv2hash::Main.new
* The signature of Csv2hash::Main#new has changed.