aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-04-29 23:00:47 +0000
committerMarcel Molina <marcel@vernix.org>2006-04-29 23:00:47 +0000
commit3fec943aca9ab73bf00d5dffa3f73452f33bab88 (patch)
treecd708510c8be8951440580f6a233674b8066e6bf /activerecord/CHANGELOG
parentaa72c465ec4aa641e9ea161110a43ad9c02d167b (diff)
downloadrails-3fec943aca9ab73bf00d5dffa3f73452f33bab88.tar.gz
rails-3fec943aca9ab73bf00d5dffa3f73452f33bab88.tar.bz2
rails-3fec943aca9ab73bf00d5dffa3f73452f33bab88.zip
Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4314 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 7583b72a45..bd595c177b 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive.com]
+
* Replace superfluous name_to_class_name variant with camelize. [Marcel Molina Jr.]
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.]