CHANGELOG.rdoc in table_helper-0.2.1 vs CHANGELOG.rdoc in table_helper-0.2.2
- old
+ new
@@ -1,6 +1,12 @@
== master
+== 0.2.2 / 2010-03-07
+
+* Fix footer failing to render when there are multiple cells [Richard Luther]
+* Fix TableHelper::RowBuilder failing on Ruby 1.9.1
+* Release gems via rake-gemcutter instead of rubyforge
+
== 0.2.1 / 2009-04-25
* Automatically determine the colspan for the last footer to match the number of headers
* Fix default headers including all model columns when using :select in the collection query