aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-09-11 03:09:37 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-09-11 03:09:37 +0000
commit11f4d28344e2b10de08a3dafdf1b0c5de34325c7 (patch)
treea35a3ada9b69d1c1ba5e71bf881143e4c1a8769f /activerecord/CHANGELOG
parentbc290c083c6a8d8ec1b30de423c751f451f51d6f (diff)
downloadrails-11f4d28344e2b10de08a3dafdf1b0c5de34325c7.tar.gz
rails-11f4d28344e2b10de08a3dafdf1b0c5de34325c7.tar.bz2
rails-11f4d28344e2b10de08a3dafdf1b0c5de34325c7.zip
Moved acts_as_nested_set into a plugin of the same name on the official Rails svn (closed #9516) [josh]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7453 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 5ec2e389e0..b11138bc2f 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,8 +1,8 @@
*SVN*
-* Remove acts_as_list. To use it, install the plugin. [josh, nzkoz]
+* Moved acts_as_nested_set into a plugin of the same name on the official Rails svn #9516 [josh]
- http://dev.rubyonrails.org/svn/rails/plugins/acts_as_list/
+* Moved acts_as_list into a plugin of the same name on the official Rails svn [josh]
* Explicitly require active_record/query_cache before using it. [Jeremy Kemper]