aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-03-17 13:36:24 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-03-17 13:44:56 -0300
commitda5a47e7b9cd438c68276ad0886f9bb1260867b0 (patch)
tree280c1871410363b6bd16b5efe6af12373b615180 /railties/CHANGELOG.md
parent919afca23858610e4ca03263ad2e39520cf06164 (diff)
downloadrails-da5a47e7b9cd438c68276ad0886f9bb1260867b0.tar.gz
rails-da5a47e7b9cd438c68276ad0886f9bb1260867b0.tar.bz2
rails-da5a47e7b9cd438c68276ad0886f9bb1260867b0.zip
Update the guides and CHANGELOG
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 34de7fe2b8..bc34ced283 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* Remove Rack::SSL in favour of ActionDispatch::SSL. *Rafael Mendonça França*
+
* Remove Active Resource from Rails framework. *Prem Sichangrist*
* Allow to set class that will be used to run as a console, other than IRB, with `Rails.application.config.console=`. It's best to add it to `console` block. *Piotr Sarnacki*