CHANGELOG in fastercsv-1.5.3 vs CHANGELOG in fastercsv-1.5.4
- old
+ new
@@ -1,8 +1,15 @@
= Change Log
Below is a complete listing of changes for each revision of FasterCSV.
+== 1.5.4
+
+* Improved test coverage for the parser.
+* Improved documentation.
+* Fixed a bug that prevented <tt>^</tt> from being used as <tt>:quote_char</tt>.
+* Switched from abort() to throwing exceptions on Ruby 1.9.
+
== 1.5.3
* A bug fix from Timothy Elliott to return the new parser to its strict quote
tolerance.