Skip to content

Commit 739838b

Browse files
committed
Fix table display (4.1 releate note).
1 parent eabf4af commit 739838b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/zh-CN/4_1_release_notes.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,15 @@ Action Pack
264264
* 更改 Action Controller 下列常量的名称:
265265

266266

267-
| 移除 | 采用 |
268-
|:-----------------------------------|:--------------------------------|
269-
| ActionController::AbstractRequest | ActionDispatch::Request |
270-
| ActionController::Request | ActionDispatch::Request |
271-
| ActionController::AbstractResponse | ActionDispatch::Response |
272-
| ActionController::Response | ActionDispatch::Response |
273-
| ActionController::Routing | ActionDispatch::Routing |
274-
| ActionController::Integration | ActionDispatch::Integration |
275-
| ActionController::IntegrationTest | ActionDispatch::IntegrationTest |
267+
| 移除 | 采用 |
268+
|:-----------------------------------|:--------------------------------|
269+
| ActionController::AbstractRequest | ActionDispatch::Request |
270+
| ActionController::Request | ActionDispatch::Request |
271+
| ActionController::AbstractResponse | ActionDispatch::Response |
272+
| ActionController::Response | ActionDispatch::Response |
273+
| ActionController::Routing | ActionDispatch::Routing |
274+
| ActionController::Integration | ActionDispatch::Integration |
275+
| ActionController::IntegrationTest | ActionDispatch::IntegrationTest |
276276

277277
### 值得一提的变化
278278

0 commit comments

Comments
 (0)