aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-10-18 12:24:41 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2010-10-18 12:24:41 -0200
commit460c4efd711cc1fbcd87b4779fc682c149af36e9 (patch)
treefc190bca27e46aab92ea08fd00db4d0e79238c6f /actionpack/CHANGELOG
parent31ac1db59600e00eeb098e29b43c073f239e2a1d (diff)
downloadrails-460c4efd711cc1fbcd87b4779fc682c149af36e9.tar.gz
rails-460c4efd711cc1fbcd87b4779fc682c149af36e9.tar.bz2
rails-460c4efd711cc1fbcd87b4779fc682c149af36e9.zip
Merge CHANGELOGs from 3-0-stable
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 3f8188b1f7..9eaa0eb605 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -16,6 +16,10 @@
* 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.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]