From 0f75e2c51fe7d9ee9e27a792065803bfc95a5a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 26 Feb 2013 13:45:20 -0300 Subject: Update CHANGELOGS --- activerecord/CHANGELOG.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 3fbf043c7c..982fbdc236 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,8 +1,4 @@ -## Rails 4.0.0.beta1 (February 25, 2013) ## - -* Fix overriding of attributes by default_scope on `ActiveRecord::Base#dup`. - - *Hiroshige UMINO* +## Rails 4.0.0 (unreleased) ## * Fix when performing an ordered join query. The bug only affected queries where the order was given with a symbol. @@ -13,6 +9,17 @@ # This will expand the order :name to "authors".name. Author.joins(:books).where('books.published = 1').order(:name) + +## Rails 4.0.0.beta1 (February 25, 2013) ## + +* Fix overriding of attributes by default_scope on `ActiveRecord::Base#dup`. + + *Hiroshige UMINO* + +* Update queries now use prepared statements. + + *Olli Rissanen* + * Fixing issue #8345. Now throwing an error when one attempts to touch a new object that has not yet been persisted. For instance: -- cgit v1.2.3