CHANGELOG in fastercsv-0.1.1 vs CHANGELOG in fastercsv-0.1.2
- old
+ new
@@ -1,11 +1,15 @@
= Change Log
Below is a complete listing of changes for each revision of FasterCSV.
+== 0.1.2
+
+* Built gem with Ruby 1.8.2, to bypass YAML/RubyGems issue.
+
== 0.1.1
-* Built gem with Ruby 1.8.4 Preview 1, to bypass YAML/RubyGems issue.
+* Built gem with Ruby 1.8.4 Preview 1, to _try_ and bypass YAML/RubyGems issue.
* Added missing test file to released packages.
* Clarified call-seq documentation for open() and parse().
* Clarified passed String positions for new(), in documentation.
* Expanded generate() to handle appending to an existing String.