1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #19120 from yui-knk/fix/md_table

[ci skip] Fix table of 4_1_release_notes.md
This commit is contained in:
Abdelkader Boudih 2015-02-28 10:36:29 +00:00
commit 0e2815a3f3

View file

@ -317,15 +317,15 @@ for detailed changes.
* Removed deprecated constants from Action Controller: * Removed deprecated constants from Action Controller:
| Removed | Successor | | Removed | Successor |
|:-----------------------------------|:--------------------------------| |:-----------------------------------|:--------------------------------|
| ActionController::AbstractRequest | ActionDispatch::Request | | ActionController::AbstractRequest | ActionDispatch::Request |
| ActionController::Request | ActionDispatch::Request | | ActionController::Request | ActionDispatch::Request |
| ActionController::AbstractResponse | ActionDispatch::Response | | ActionController::AbstractResponse | ActionDispatch::Response |
| ActionController::Response | ActionDispatch::Response | | ActionController::Response | ActionDispatch::Response |
| ActionController::Routing | ActionDispatch::Routing | | ActionController::Routing | ActionDispatch::Routing |
| ActionController::Integration | ActionDispatch::Integration | | ActionController::Integration | ActionDispatch::Integration |
| ActionController::IntegrationTest | ActionDispatch::IntegrationTest | | ActionController::IntegrationTest | ActionDispatch::IntegrationTest |
### Notable changes ### Notable changes