diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 8408b44672..5ec2e389e0 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* Remove acts_as_list. To use it, install the plugin. [josh, nzkoz] + + http://dev.rubyonrails.org/svn/rails/plugins/acts_as_list/ + * Explicitly require active_record/query_cache before using it. [Jeremy Kemper] * Fix bug where unserializing an attribute attempts to modify a frozen @attributes hash for a deleted record. [Rick, marclove] |