aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-10-09 01:45:21 +0000
committerMarcel Molina <marcel@vernix.org>2005-10-09 01:45:21 +0000
commita9de9c48c22f7eab91be676fb648ca89bbfa75b0 (patch)
treef8033feb18174b4cac6a385cdc76ed4f2a832194 /actionpack/CHANGELOG
parent64cd4e417059f363a55023d28b05f9e0d349e3f9 (diff)
downloadrails-a9de9c48c22f7eab91be676fb648ca89bbfa75b0.tar.gz
rails-a9de9c48c22f7eab91be676fb648ca89bbfa75b0.tar.bz2
rails-a9de9c48c22f7eab91be676fb648ca89bbfa75b0.zip
Make assert_tag :children count appropriately. Closes #2181.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2500 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index cdea029d44..077c1cbe3e 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make assert_tag :children count appropriately. Closes #2181. [jamie@bravenet.com]
+
* Forced newer versions of RedCloth to use hard breaks [DHH]
* Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fngtps.com]