Skip to content

Commit

Permalink
New CHANGELOG entries always on top [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Feb 25, 2013
1 parent d8dd965 commit d100560
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions activerecord/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0.beta1 (February 25, 2013) ## ## 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 * Fixing issue #8345. Now throwing an error when one attempts to touch a
new object that has not yet been persisted. For instance: new object that has not yet been persisted. For instance:


Expand Down Expand Up @@ -181,10 +185,6 @@


*Justin George* *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` * The database adpters now converts the options passed thought `DATABASE_URL`
environment variable to the proper Ruby types before using. For example, SQLite requires 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 that the timeout value is an integer, and PostgreSQL requires that the
Expand Down

2 comments on commit d100560

@yaotti
Copy link
Contributor

@yaotti yaotti commented on d100560 Feb 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for rearrangement!

@rafaelfranca
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the patch 😄

Please sign in to comment.