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
1 changed files with 9 additions and 9 deletions

View File

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