diff options
author | Xavier Noria <fxn@hashref.com> | 2011-01-02 00:20:59 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-01-02 00:20:59 +0100 |
commit | 99424eb0996d41eaccb1b140cc30820fb5779fef (patch) | |
tree | 52a39eaa4286b9b19e5fb077a7c61db4c617f7cf /actionpack/CHANGELOG | |
parent | 231e6b7e66596199474853a8a490d92a54be0909 (diff) | |
download | rails-99424eb0996d41eaccb1b140cc30820fb5779fef.tar.gz rails-99424eb0996d41eaccb1b140cc30820fb5779fef.tar.bz2 rails-99424eb0996d41eaccb1b140cc30820fb5779fef.zip |
Revert "Update CHANGELOGs to include 3.0.3 changes"
Reason: Sorry, CHANGELOGs can only be edited in master.
If you provide a patch I'll apply it myself. Thanks!
This reverts commit 1f8ecb85d7c1b3efdf45c3cf3461502b608c1a7c.
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index c237530c0e..78fadce6cb 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -33,24 +33,14 @@ * Add Rack::Cache to the default stack. Create a Rails store that delegates to the Rails cache, so by default, whatever caching layer you are using will be used for HTTP caching. Note that Rack::Cache will be used if you use #expires_in, #fresh_when or #stale with :public => true. Otherwise, the caching rules will apply to the browser only. [Yehuda Katz, Carl Lerche] - -*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. - -* :constraints routing should only do sanity checks against regular expressions. String arguments are OK. - - -*Rails 3.0.2 (November 15, 2010)* +*Rails 3.0.2 (unreleased)* * The helper number_to_currency accepts a new :negative_format option to be able to configure how to render negative amounts. [Don Wilson] - *Rails 3.0.1 (October 15, 2010)* * No Changes, just a version bump. - *Rails 3.0.0 (August 29, 2010)* * password_field renders with nil value by default making the use of passwords secure by default, if you want to render you should do for instance f.password_field(:password, :value => @user.password) [Santiago Pastorino] |