aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-10-09 18:51:30 +0000
committerMarcel Molina <marcel@vernix.org>2005-10-09 18:51:30 +0000
commitc8e364a93f6c2de80fb56ddf2f6a46b6e96f4a9d (patch)
treec951660f1eee0891fccd6f765ae78e6919859cff /activerecord/CHANGELOG
parent5ef931a4b879ed2f380b393000edbdb4c50f8150 (diff)
downloadrails-c8e364a93f6c2de80fb56ddf2f6a46b6e96f4a9d.tar.gz
rails-c8e364a93f6c2de80fb56ddf2f6a46b6e96f4a9d.tar.bz2
rails-c8e364a93f6c2de80fb56ddf2f6a46b6e96f4a9d.zip
Add ability to get all siblings, including the current child, with acts_as_tree. Recloses #2140.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2507 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 1022638d31..809c567127 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add ability to get all siblings, including the current child, with acts_as_tree. Recloses #2140. [Michael Schuerig <michael@schuerig.de>]
+
* Add geometric type for postgresql adapter. #2233 [akaspick@gmail.com]
* Add option (true by default) to generate reader methods for each attribute of a record to avoid the overhead of calling method missing. In partial fullfilment of #1236. [skaes@web.de]