diff options
author | wycats <wycats@gmail.com> | 2010-04-01 14:04:55 -0700 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-04-01 14:04:55 -0700 |
commit | c1883e75b38be79cc547890b2c83619351da1c95 (patch) | |
tree | 24d68016fc2c240f60970be8b2a414fc114a2a83 /actionpack/CHANGELOG | |
parent | d2a48852a197190ecead6650aa62c7df4c3136ee (diff) | |
download | rails-c1883e75b38be79cc547890b2c83619351da1c95.tar.gz rails-c1883e75b38be79cc547890b2c83619351da1c95.tar.bz2 rails-c1883e75b38be79cc547890b2c83619351da1c95.zip |
Updated changelogs to differentiate beta1 and beta2
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index f6e9bd0d02..69ca33987b 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,4 +1,4 @@ -*Edge* +*Rails 3.0.0 [beta 2] (pending)* * #concat is now deprecated in favor of using <%= %> helpers [YK] @@ -28,6 +28,8 @@ # for just url_for include Rails.application.router.url_for +*Rails 3.0.0 [beta 1] (February 4, 2010)* + * Fixed that PrototypeHelper#update_page should return html_safe [DHH] * Fixed that much of DateHelper wouldn't return html_safe? strings [DHH] |