aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-06-12 20:10:38 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-06-12 20:10:38 -0500
commitf74ba37f4e4175d5a1b31da59d161b0020b58e94 (patch)
treefee4f0c757d26e5c0355f7ed5c086b1f81c9617a /activesupport/CHANGELOG
parent048ac3604cd46479002eaf7b1bb32770289580fc (diff)
downloadrails-f74ba37f4e4175d5a1b31da59d161b0020b58e94.tar.gz
rails-f74ba37f4e4175d5a1b31da59d161b0020b58e94.tar.bz2
rails-f74ba37f4e4175d5a1b31da59d161b0020b58e94.zip
Added test/do declaration style testing to ActiveSupport::TestCase [DHH via Jay Fields]
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 d0f13afdaa..0272b08215 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Added test/do declaration style testing to ActiveSupport::TestCase [DHH via Jay Fields]
+
* Added Object#present? which is equivalent to !Object#blank? [DHH]
* Added Enumberable#several? to encapsulate collection.size > 1 [DHH]