aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-02 09:31:58 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-02 09:31:58 +0000
commit91834e0c3f00786ce8e03008f485d18d6ff1d906 (patch)
tree6242683d1a795501d0e463ebc7aecfdd8f6c2420 /activerecord/CHANGELOG
parent7c8d2f28e16958b16812b5fef3d7eca8b640e445 (diff)
downloadrails-91834e0c3f00786ce8e03008f485d18d6ff1d906.tar.gz
rails-91834e0c3f00786ce8e03008f485d18d6ff1d906.tar.bz2
rails-91834e0c3f00786ce8e03008f485d18d6ff1d906.zip
Fixed that benchmarking times for rendering included db runtimes #987 [skaes@web.de]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1070 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 e11847d48d..593d1c806d 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that benchmarking times for rendering included db runtimes #987 [skaes@web.de]
+
* Fixed boolean queries for t/f fields in PostgreSQL #995 [dave@cherryville.org]
* Added that model.items.delete(child) will delete the child, not just set the foreign key to nil, if the child is dependent on the model #978 [bitsweat]