Skip to content

Commit 4de7bc5

Browse files
committed
Update 4.2 release notes.
1 parent 65b8286 commit 4de7bc5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

source/4_2_release_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ Please refer to the [Changelog][railties] for detailed changes.
8585
* Introduced `Rails.gem_version` as a convenience method to return `Gem::Version.new(Rails.version)`.
8686
([Pull Request](https://github.com/rails/rails/pull/14101))
8787

88+
* Introduced an `after_bundle` callback in the Rails templates.
89+
([Pull Request](https://github.com/rails/rails/pull/16359))
90+
8891

8992
Action Pack
9093
-----------

source/zh-CN/4_2_release_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ Railties
6464
* 导入 `Rails.gem_version` 作为返回 `Gem::Version.new(Rails.version)` 的便捷方法。
6565
([Pull Request](https://github.com/rails/rails/pull/14101))
6666

67+
* 导入 `after_bundle` 回调至 Rails 模版。
68+
([Pull Request](https://github.com/rails/rails/pull/16359))
69+
6770
Action Pack
6871
-----------
6972

0 commit comments

Comments
 (0)