aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2007-03-14 23:30:08 +0000
committerNicholas Seckar <nseckar@gmail.com>2007-03-14 23:30:08 +0000
commitd16aa4e0396e393bca888c97c5e4f3210a85773c (patch)
tree10e27c4082a8a7f59d229b2675d66b9517b3c51c
parent4eec5f4fbb995ce665cb82367cc3965e74147b19 (diff)
downloadrails-d16aa4e0396e393bca888c97c5e4f3210a85773c.tar.gz
rails-d16aa4e0396e393bca888c97c5e4f3210a85773c.tar.bz2
rails-d16aa4e0396e393bca888c97c5e4f3210a85773c.zip
Fix changelog line
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6427 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--activesupport/CHANGELOG3
1 files changed, 1 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index ec9c94fe47..deddebd458 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -16,8 +16,7 @@
* Hash#to_query CGI-escapes its keys. [Jeremy Kemper]
-* Deprecation: warn on stderr if RAILS_DEFAULT_LOGGER isn't set yet. [Jeremy
-Kemper]
+* Deprecation: warn on stderr if RAILS_DEFAULT_LOGGER isn't set yet. [Jeremy Kemper]
* Optimize Class Inheritable Attributes so that unnecessary hashes are not created. Closes #7472 [Bruce Perens]