aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-10-03 23:43:12 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-10-03 23:43:12 +0000
commit748e6873c2c74eecd4985e0d2ff2bf4c3c95ea80 (patch)
tree6ec5dca529f9a8cebdb01b9db4c2100ec8c619dd /activesupport/CHANGELOG
parent406ea8f31db6ee8c74890e2f3f36217f07480892 (diff)
downloadrails-748e6873c2c74eecd4985e0d2ff2bf4c3c95ea80.tar.gz
rails-748e6873c2c74eecd4985e0d2ff2bf4c3c95ea80.tar.bz2
rails-748e6873c2c74eecd4985e0d2ff2bf4c3c95ea80.zip
BufferedLogger#auto_flushing = N flushes the log every N messages. Buffers with an array instead of string.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7732 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 d8fe2ce1f9..33e96c0e95 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* BufferedLogger#auto_flushing = N flushes the log every N messages. Buffers with an array instead of string. [Jeremy Kemper]
+
* Fixed Date#xmlschema for dates outside the range of what can be created with Time #9744 [gbuesing]