CHANGELOG in fastercsv-0.1.9 vs CHANGELOG in fastercsv-0.2.0
- old
+ new
@@ -1,8 +1,27 @@
= Change Log
Below is a complete listing of changes for each revision of FasterCSV.
+== 0.2.0
+
+* Added VERSION constant.
+* Significantly improved test speed.
+* Worked around Date::parse bug so tests will pass on Windows.
+* Documented test procedure.
+* Made FasterCSV#lineno CSV aware.
+* Added line numbers to MalformedCSVError messages.
+* <tt>:headers</tt> can now be set to an Array of headers to use.
+* <tt>:headers</tt> can now be set to an external CSV String of headers to use.
+* Added an <tt>:unconverted_fields</tt> options, so those can be returned
+ when needed.
+* Provided support for the serialization of custom Ruby objects using CSV.
+* Added CSV drop-in interface.
+* Added header information to FieldInfo Struct for conversions by header.
+* Added an alias to support <tt>require "fastercsv"</tt>.
+* Added FCSV alias for FasterCSV.
+* Added FasterCSV::instance and FasterCSV()/FCSV() shortcuts for easy output.
+
== 0.1.9
* Fixing the require "English" bug.
== 0.1.8