aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-01 18:33:38 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-01 18:33:38 +0000
commitebd7bf7945d8fc6881a7b576fe22eaaa2ca3efd8 (patch)
tree9fe8236251a7160393dd035bc733717318440183 /activerecord/CHANGELOG
parentf0e9fd74aed3d74e6ae8f53dbdcd1340d238cb57 (diff)
downloadrails-ebd7bf7945d8fc6881a7b576fe22eaaa2ca3efd8.tar.gz
rails-ebd7bf7945d8fc6881a7b576fe22eaaa2ca3efd8.tar.bz2
rails-ebd7bf7945d8fc6881a7b576fe22eaaa2ca3efd8.zip
Added roots, root, and siblings to the batch of methods added by acts_as_tree #1541 [michael@schuerig.de]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1585 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 79968297b8..05c616e95f 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added roots, root, and siblings to the batch of methods added by acts_as_tree #1541 [michael@schuerig.de]
+
* Added support for limit/offset with the MS SQL Server driver so that pagination will now work #1569 [DeLynn Berry]
* Added support for ODBC connections to MS SQL Server so you can connect from a non-Windows machine #1569 [Mark Imbriaco/DeLynn Berry]