aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-19 14:24:16 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-19 14:24:16 +0000
commit88192b9b1be2bd0729073c899df42a789f264993 (patch)
tree4e5642e90a327e9d1eb2f95abb20b552212492a4 /activerecord/CHANGELOG
parent830c561e7105f89020f2c3ccb465aa0864e92b87 (diff)
downloadrails-88192b9b1be2bd0729073c899df42a789f264993.tar.gz
rails-88192b9b1be2bd0729073c899df42a789f264993.tar.bz2
rails-88192b9b1be2bd0729073c899df42a789f264993.zip
Added that query benchmarking will only happen if its going to be logged anyway #344
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@227 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 166bc476da..173ea25f11 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added that query benchmarking will only happen if its going to be logged anyway #344
+
* Added higher_item and lower_item as public methods for acts_as_list #342 [Tobias Luetke]
* Added respondence to *_before_type_cast for all attributes to return their string-state before they were type casted by the column type.