diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-21 13:45:16 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-21 13:45:16 +0000 |
commit | 0b54f18c4753ecea5fd7db5f295b754d86412ddd (patch) | |
tree | 9f005435ed2cbdf4784e2d01b041f0e74d389c94 /activesupport/CHANGELOG | |
parent | 2d4fe31af6c203482a48c147743b3a53ae0b99c3 (diff) | |
download | rails-0b54f18c4753ecea5fd7db5f295b754d86412ddd.tar.gz rails-0b54f18c4753ecea5fd7db5f295b754d86412ddd.tar.bz2 rails-0b54f18c4753ecea5fd7db5f295b754d86412ddd.zip |
Fixed clean logger to work with Ruby 1.8.3 Logger class #2245
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2286 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 955772376f..7411beddef 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed clean logger to work with Ruby 1.8.3 Logger class #2245 + * Fixed memory leak with Active Record classes when Dependencies.mechanism = :load #1704 [c.r.mcgrath@gmail.com] * Fixed Inflector.underscore for use with acronyms, so HTML becomes html instead of htm_l #2173 [k@v2studio.com] |