Skip to content

Commit

Permalink
Prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Nov 16, 2010
1 parent 8279c06 commit 0aca27d
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 10 deletions.
5 changes: 5 additions & 0 deletions actionmailer/CHANGELOG
@@ -1,3 +1,8 @@
*Rails 3.0.3 (November 16, 2010)*

* No changes.


*Rails 3.0.2 (November 15, 2010)*

* No changes.
Expand Down
9 changes: 4 additions & 5 deletions actionpack/CHANGELOG
@@ -1,10 +1,9 @@
*Rails 3.0.3 (November 15, 2010)*
*Rails 3.0.3 (November 16, 2010)*

* When ActiveRecord::Base objects are sent to predicate methods, the id of
the object should be sent to ARel, not the ActiveRecord::Base object.
* When ActiveRecord::Base objects are sent to predicate methods, the id of the object should be sent to ARel, not the ActiveRecord::Base object.

* :constraints routing should only do sanity checks against regular expressions. String arguments are OK.

* :constraints routing should only do sanity checks against regular
expressions. String arguments are OK.

*Rails 3.0.2 (November 15, 2010)*

Expand Down
9 changes: 7 additions & 2 deletions activemodel/CHANGELOG
@@ -1,11 +1,16 @@
*Rails 3.0.3 (November 16, 2010)*

* No changes.


*Rails 3.0.2 (November 15, 2010)*

* No changes
* No changes.


*Rails 3.0.1 (October 15, 2010)*

* No changes
* No changes.


*Rails 3.0.0 (August 29, 2010)*
Expand Down
3 changes: 2 additions & 1 deletion activerecord/CHANGELOG
@@ -1,7 +1,8 @@
*Rails 3.0.3 (November 15, 2010)*
*Rails 3.0.3 (November 16, 2010)*

* Support find by class like this: Post.where(:name => Post)


*Rails 3.0.2 (November 15, 2010)*

* Dramatic speed increase (see: http://engineering.attinteractive.com/2010/10/arel-two-point-ohhhhh-yaaaaaa/) [Aaron Patterson]
Expand Down
5 changes: 5 additions & 0 deletions activesupport/CHANGELOG
@@ -1,3 +1,8 @@
*Rails 3.0.3 (November 16, 2010)*

* No changes.


*Rails 3.0.2 (November 15, 2010)*

* Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White]
Expand Down
11 changes: 9 additions & 2 deletions railties/CHANGELOG
@@ -1,10 +1,17 @@
*Rails 3.0.3 (November 16, 2010)*

* No changes.


*Rails 3.0.2 (November 15, 2010)*

* No changes
* No changes.


*Rails 3.0.1 (October 15, 2010)*

* No Changes, just a version bump.
* No changes.


*Rails 3.0.0 (August 29, 2010)*

Expand Down

0 comments on commit 0aca27d

Please sign in to comment.