aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-05-08 03:54:34 +0000
committerMarcel Molina <marcel@vernix.org>2007-05-08 03:54:34 +0000
commit689b529ea82b2375ee3f743eb82da9b83e0d00ff (patch)
treeaeb4d5f7ba1e546bcdadc1fa1b09ea4fdc5c8eb9 /activesupport/CHANGELOG
parentc7befb896e72e6087d2d413990d319c990154c7e (diff)
downloadrails-689b529ea82b2375ee3f743eb82da9b83e0d00ff.tar.gz
rails-689b529ea82b2375ee3f743eb82da9b83e0d00ff.tar.bz2
rails-689b529ea82b2375ee3f743eb82da9b83e0d00ff.zip
Simplify API of assert_difference by passing in an expression that is evaluated before and after the passed in block. See documenation for examples of new API. [Marcel Molina Jr.]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6693 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 28ff1136e2..1a1cb9c275 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Simplify API of assert_difference by passing in an expression that is evaluated before and after the passed in block. See documenation for examples of new API. [Marcel Molina Jr.]
+
* 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]