diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 987b260..3539d22 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,12 +1,14 @@ -Git (for upcoming v0.2.0 release) +v0.2.0 (Oct 24, 2010) -* [DEPRECATED] use of table.data method without = in erb or haml. See README for more information. +* This gem is now Rails 3 only * Update to Rails 3 API and idioms +* [DEPRECATED] use of table.data method without = in erb or haml. See README for more information. * Add default table html options * Add default lambda (table block) so that table_for can be called without passing a block * Add has_one associations * Add heading html hook for elements * Super-basic mongoid support (2.x branch) +* Add ability to pass :action_prefix an array (Thanks, brunowernimont) v0.1.3 (Dec 28, 2009) diff --git a/lib/tabletastic/version.rb b/lib/tabletastic/version.rb index 59df3c1..c9ee9d1 100644 --- a/lib/tabletastic/version.rb +++ b/lib/tabletastic/version.rb @@ -1,3 +1,3 @@ module Tabletastic - VERSION = "0.2.0.pre6" + VERSION = "0.2.0" end