File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,9 @@ Please refer to the [Changelog][railties] for detailed changes.
85
85
* Introduced ` Rails.gem_version ` as a convenience method to return ` Gem::Version.new(Rails.version) ` .
86
86
([ Pull Request] ( https://github.com/rails/rails/pull/14101 ) )
87
87
88
+ * Introduced an ` after_bundle ` callback in the Rails templates.
89
+ ([ Pull Request] ( https://github.com/rails/rails/pull/16359 ) )
90
+
88
91
89
92
Action Pack
90
93
-----------
Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ Railties
64
64
* 导入 ` Rails.gem_version ` 作为返回 ` Gem::Version.new(Rails.version) ` 的便捷方法。
65
65
([ Pull Request] ( https://github.com/rails/rails/pull/14101 ) )
66
66
67
+ * 导入 ` after_bundle ` 回调至 Rails 模版。
68
+ ([ Pull Request] ( https://github.com/rails/rails/pull/16359 ) )
69
+
67
70
Action Pack
68
71
-----------
69
72
You can’t perform that action at this time.
0 commit comments