CHANGELOG.rdoc in cldwalker-hirb-0.2.2 vs CHANGELOG.rdoc in cldwalker-hirb-0.2.3
- old
+ new
@@ -1,4 +1,8 @@
+== 0.2.3
+* Added UTF-8 support for Ruby 1.8.x
+* Added :all_fields option to Table helper.
+
== 0.2.2
* Added a friendlier default (a vertical table) to incorrectly configured tables.
* Added vertical table helper thanks to chrononaut.
* Added detection of :select option from ActiveRecord queries in ActiveRecordTable helper.
* Added handling anything that responds to :to_a in AutoTable helper.