diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-02 08:31:26 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-02 08:31:26 +0000 |
commit | aec31cd09f12fcda128582ef5bfbe25bb87db644 (patch) | |
tree | 8e6a166b5a18dc524a0210016454f82b347049fa /activerecord/CHANGELOG | |
parent | 06a6133fff7ddac177dde63c3303e1209c9e5518 (diff) | |
download | rails-aec31cd09f12fcda128582ef5bfbe25bb87db644.tar.gz rails-aec31cd09f12fcda128582ef5bfbe25bb87db644.tar.bz2 rails-aec31cd09f12fcda128582ef5bfbe25bb87db644.zip |
Fixed Base.silence/benchmark to only log if a logger has been configured #986 [skaes@web.de]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1059 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 1b00208043..b0b2a1c4ab 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed Base.silence/benchmark to only log if a logger has been configured #986 [skaes@web.de] + * Added a join parameter as the third argument to Base.find_first and as the second to Base.count #426, #988 [skaes@web.de] * Fixed bug in Base#hash method that would treat records with the same string-based id as different [Dave Thomas] |