aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-09-22 18:25:30 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-09-22 18:25:30 +0000
commit05f173e2c2607e38cc4f86d53fbba8c832082208 (patch)
treec904b189e718ea5378b813b6651537bef1c87b9e /activesupport/CHANGELOG
parent2a34e082f3262a9a934b8794737dab87b80d8fdd (diff)
downloadrails-05f173e2c2607e38cc4f86d53fbba8c832082208.tar.gz
rails-05f173e2c2607e38cc4f86d53fbba8c832082208.tar.bz2
rails-05f173e2c2607e38cc4f86d53fbba8c832082208.zip
Added call to inspect on non-string classes for the logger (closes #8533) [codahale]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7565 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 f70b6eebb2..e0057eb72e 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added call to inspect on non-string classes for the logger #8533 [codahale]
+
* Deprecation: remove deprecated :mday option from Time, Date, and DateTime#change. [Jeremy Kemper]
* Fix JSON decoder with nested quotes and commas. #9579 [zdennis]