CHANGELOG in fastercsv-1.1.0 vs CHANGELOG in fastercsv-1.1.1

- old
+ new

@@ -1,8 +1,12 @@ = Change Log Below is a complete listing of changes for each revision of FasterCSV. +== 1.1.1 + +* Added a <tt>:force_quotes</tt> output option. + == 1.1.0 * Added empty?(), length(), and size() methods to FasterCSV::Row and FasterCSV::Table. * Cleaned up bug fix regression tests.