aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-09-10 04:41:09 +0000
committerMichael Koziarski <michael@koziarski.com>2007-09-10 04:41:09 +0000
commitaa36ca1c5fe81120d0b2ad428fadec3c586fafa2 (patch)
tree3faca9bbc6d61312fcdaa38e14c883ffead11e18 /activerecord/CHANGELOG
parent2807ccc69a54805e3914bcc21716f9bafbebef39 (diff)
downloadrails-aa36ca1c5fe81120d0b2ad428fadec3c586fafa2.tar.gz
rails-aa36ca1c5fe81120d0b2ad428fadec3c586fafa2.tar.bz2
rails-aa36ca1c5fe81120d0b2ad428fadec3c586fafa2.zip
Remove acts_as_list. Users are advised to install the new plugin. References #9415. [josh, nzkoz]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7444 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG4
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]