aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-17 11:38:01 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-17 11:38:01 +0000
commitdca7efa67ec12b986ed03844af588055c9d8bdb9 (patch)
tree13207b1dce3af68528ddfe11d32ee98f627eb0a0 /actionpack/CHANGELOG
parentd5b67ed8d33dbde44d24d7d93135261062e550d1 (diff)
downloadrails-dca7efa67ec12b986ed03844af588055c9d8bdb9.tar.gz
rails-dca7efa67ec12b986ed03844af588055c9d8bdb9.tar.bz2
rails-dca7efa67ec12b986ed03844af588055c9d8bdb9.zip
Deprecated the majority of all the testing assertions and replaced them with a much smaller core and access to all the collections the old assertions relied on. That way the regular test/unit assertions can be used against these. Added documentation about how to use it all.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1189 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 d918618d5c..42c811a287 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Deprecated the majority of all the testing assertions and replaced them with a much smaller core and access to all the collections the old assertions relied on. That way the regular test/unit assertions can be used against these. Added documentation about how to use it all.
+
* Fixed DateHelper to return values on the option tags such that they'll work properly in IE with form_remote_tag #1024 [rscottmace@gmail.com]
* Fixed FormTagHelper#check_box to respect checked #1049 [DelynnB]