aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-12-17 08:21:45 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-12-17 08:21:45 +0000
commit8a73d4fe6f2e22f0f9c6a99305357b00bf1ba86f (patch)
treedbc063c06c3f55241f9cc799110f4796e6a66d43 /activesupport/CHANGELOG
parent2570f408f0326bf9c7a9cbae55e0ccf909b8c820 (diff)
downloadrails-8a73d4fe6f2e22f0f9c6a99305357b00bf1ba86f.tar.gz
rails-8a73d4fe6f2e22f0f9c6a99305357b00bf1ba86f.tar.bz2
rails-8a73d4fe6f2e22f0f9c6a99305357b00bf1ba86f.zip
Deprecation: silence warnings when reporting test errors.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5728 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 a97cba31ee..4bcf7ef7df 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Deprecation: silence warnings when reporting test errors. [Jeremy Kemper]
+
* Hash#slice(*keys) returns a new hash with only the given keys. #slice! replaces the hash with only the given keys. Works with HashWithIndifferentAccess also. [Jeremy Kemper]
* HashWithIndifferentAccess#to_hash converts to a Hash with String keys and the same default value. [Jeremy Kemper]