aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-02-25 12:56:54 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-02-25 12:57:19 -0300
commitd10056087c01baa6d97059ae01834099372fe681 (patch)
tree519c41cdca339871b1d7e53237aea25c30e6af3d /activerecord/CHANGELOG.md
parentd8dd965764ac6647a8f9befa279c468f67703a3a (diff)
downloadrails-d10056087c01baa6d97059ae01834099372fe681.tar.gz
rails-d10056087c01baa6d97059ae01834099372fe681.tar.bz2
rails-d10056087c01baa6d97059ae01834099372fe681.zip
New CHANGELOG entries always on top [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 6f7d968125..195b427449 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0.beta1 (February 25, 2013) ##
+* Fix overriding of attributes by default_scope on `ActiveRecord::Base#dup`.
+
+ *Hiroshige UMINO*
+
* Fixing issue #8345. Now throwing an error when one attempts to touch a
new object that has not yet been persisted. For instance:
@@ -181,10 +185,6 @@
*Justin George*
-* Fix overriding of attributes by default_scope on `ActiveRecord::Base#dup`.
-
- *Hiroshige UMINO*
-
* The database adpters now converts the options passed thought `DATABASE_URL`
environment variable to the proper Ruby types before using. For example, SQLite requires
that the timeout value is an integer, and PostgreSQL requires that the