aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorTobias Lütke <tobias.luetke@gmail.com>2007-05-01 21:02:37 +0000
committerTobias Lütke <tobias.luetke@gmail.com>2007-05-01 21:02:37 +0000
commit8f5c83bdeac2d345f3ec55ecb6460a76c4450a48 (patch)
tree7f9544ba4bd4ebd393598eb0963dc48bbf50471e /activesupport/CHANGELOG
parent04fd94d8f8e0718687c8f4edcc9470178b5cb6ee (diff)
downloadrails-8f5c83bdeac2d345f3ec55ecb6460a76c4450a48.tar.gz
rails-8f5c83bdeac2d345f3ec55ecb6460a76c4450a48.tar.bz2
rails-8f5c83bdeac2d345f3ec55ecb6460a76c4450a48.zip
Added assert_difference and assert_no_difference to test/unit assertions
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6647 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index f8ac504127..28ff1136e2 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added assert_difference and assert_no_difference to test/unit assertions [Tobias Luetke]
+
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH]
* Added parsing of file type in Hash.xml_in so you can easily do file uploads with base64 from an API [DHH]