Changelog.textile in tabulatr-0.1.2 vs Changelog.textile in tabulatr-0.1.3
- old
+ new
@@ -1,24 +1,28 @@
h1. Changelog for tabulatr
+h2. 0.1.3
+
+* nicer table headers. Thanks to <a href="https://github.com/troya2" target="_blank">troya2 (Troy Anderson)</a>!
+
h2. 0.1.2
-* Fixed bug with nil exception on 'empty' belongs_to association
+* Fixed bug with nil exception on 'empty' belongs_to association. Thanks to <a href="https://github.com/dgm" target="_blank">dgm</a>!
h2. 0.1.1
-* Fixed bug with "Select ..." buttons introduced in 0.1.0.
+* Fixed bug with "Select ..." buttons introduced in 0.1.0.
* Added tests for these buttons.
h2. v0.1.0
-* new <tt>find_for_table</tt> option <tt>:stateful</tt>. If
+* new <tt>find_for_table</tt> option <tt>:stateful</tt>. If
<pre>
MyFancyModel.find_for_table params, :stateful => session
</pre>
-is given, the current sorting, filtering, selecting and paging information is stored to the session and restored when reopened. Great for procession specifically filtered lists.
+is given, the current sorting, filtering, selecting and paging information is stored to the session and restored when reopened. Great for procession specifically filtered lists.
h2. v0.0.5 (2011-03-28)
* new column option :map (defaults to true) to disable automatic mapping on the enries of the association as in
\ No newline at end of file