aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-10-13 19:05:32 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-10-13 19:05:32 +0000
commit9c8227973cd5fc00f1df199756220712ae78f6dc (patch)
treef7e379dbf4051c9092987cc51e89a6437d2515e0 /activesupport/CHANGELOG
parent634da0f0102693fbb034b3b7b17808fa5afeb66a (diff)
downloadrails-9c8227973cd5fc00f1df199756220712ae78f6dc.tar.gz
rails-9c8227973cd5fc00f1df199756220712ae78f6dc.tar.bz2
rails-9c8227973cd5fc00f1df199756220712ae78f6dc.zip
r3574@sedna: jeremy | 2005-10-13 11:16:51 -0700
More precise Logger version test to account for distributions that don't keep Ruby and its stdlib in sync. Logger#silence yields self for convenience. Logger unit tests. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2553 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 ea645d8de0..d43011b9b8 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix Logger compatibility for distributions that don't keep Ruby and its standard library in sync.
+
* Replace '%e' from long and short time formats as Windows does not support it. #2344. [Tom Ward <tom@popdog.net>]
* Added to_s(:db) to Range, so you can get "BETWEEN '2005-12-10' AND '2005-12-12'" from Date.new(2005, 12, 10)..Date.new(2005, 12, 12) (and likewise with Times)