CHANGELOG in fastercsv-0.2.0 vs CHANGELOG in fastercsv-0.2.1
- old
+ new
@@ -1,8 +1,14 @@
= Change Log
Below is a complete listing of changes for each revision of FasterCSV.
+== 0.2.1
+
+* Removed autorequire from GemSpec.
+* Made Rakefile VERSION aware.
+* General Rakefile cleanup.
+
== 0.2.0
* Added VERSION constant.
* Significantly improved test speed.
* Worked around Date::parse bug so tests will pass on Windows.