Skip to content

Commit

Permalink
update 3.1 release date in changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev committed Sep 14, 2011
1 parent 63f6fad commit 823e16f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion actionmailer/CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*Rails 3.1.0 (unreleased)* *Rails 3.1.0 (August 30, 2011)*


* No changes * No changes


Expand Down
2 changes: 1 addition & 1 deletion activemodel/CHANGELOG
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


* Provide mass_assignment_sanitizer as an easy API to replace the sanitizer behavior. Also support both :logger (default) and :strict sanitizer behavior [Bogdan Gusiev] * Provide mass_assignment_sanitizer as an easy API to replace the sanitizer behavior. Also support both :logger (default) and :strict sanitizer behavior [Bogdan Gusiev]


*Rails 3.1.0 (unreleased)* *Rails 3.1.0 (August 30, 2011)*


* Alternate I18n namespace lookup is no longer supported. * Alternate I18n namespace lookup is no longer supported.
Instead of "activerecord.models.admins.post", do "activerecord.models.admins/post" instead [José Valim] Instead of "activerecord.models.admins.post", do "activerecord.models.admins/post" instead [José Valim]
Expand Down
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ a URI that specifies the connection configuration. For example:


[Prem Sichanugrist] [Prem Sichanugrist]


*Rails 3.1.0 (unreleased)* *Rails 3.1.0 (August 30, 2011)*


* Add a proxy_association method to association proxies, which can be called by association * Add a proxy_association method to association proxies, which can be called by association
extensions to access information about the association. This replaces proxy_owner etc with extensions to access information about the association. This replaces proxy_owner etc with
Expand Down
2 changes: 1 addition & 1 deletion activeresource/CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
*Rails 3.1.0 (unreleased)* *Rails 3.1.0 (August 30, 2011)*


* The default format has been changed to JSON for all requests. If you want to continue to use XML you will need to set `self.format = :xml` in the class. eg. * The default format has been changed to JSON for all requests. If you want to continue to use XML you will need to set `self.format = :xml` in the class. eg.


Expand Down
2 changes: 1 addition & 1 deletion activesupport/CHANGELOG
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Also, in 1.8 the ideographic space U+3000 is considered to be whitespace. [Akira
* ActiveSupport::OrderedHash now has different behavior for #each and * ActiveSupport::OrderedHash now has different behavior for #each and
#each_pair when given a block accepting its parameters with a splat. [Andrew Radev] #each_pair when given a block accepting its parameters with a splat. [Andrew Radev]


*Rails 3.1.0 (unreleased)* *Rails 3.1.0 (August 30, 2011)*


* ActiveSupport::Dependencies#load and ActiveSupport::Dependencies#require now * ActiveSupport::Dependencies#load and ActiveSupport::Dependencies#require now
return the value from `super` [Aaron Patterson] return the value from `super` [Aaron Patterson]
Expand Down
2 changes: 1 addition & 1 deletion railties/CHANGELOG
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


* Removed old 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API. [Guillermo Iguaran] * Removed old 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API. [Guillermo Iguaran]


*Rails 3.1.0 (unreleased)* *Rails 3.1.0 (August 30, 2011)*


* The default database schema file is written as UTF-8. [Aaron Patterson] * The default database schema file is written as UTF-8. [Aaron Patterson]


Expand Down

0 comments on commit 823e16f

Please sign in to comment.