From 8f5c83bdeac2d345f3ec55ecb6460a76c4450a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=BCtke?= Date: Tue, 1 May 2007 21:02:37 +0000 Subject: 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 --- activesupport/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG') 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] -- cgit v1.2.3