aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-02-05 18:27:22 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-02-05 18:27:22 +0900
commitc9768b8a88039fffd160a859d91ed9d5aa618b87 (patch)
treeb7cd77abaa6b4613b1b096a7995224ab794d7188 /railties
parent22af61984c9655d5c58d8a50b6d794337a045d28 (diff)
downloadrails-c9768b8a88039fffd160a859d91ed9d5aa618b87.tar.gz
rails-c9768b8a88039fffd160a859d91ed9d5aa618b87.tar.bz2
rails-c9768b8a88039fffd160a859d91ed9d5aa618b87.zip
move CHANGELOG entry to the appropriate position [ci skip]
Dummy apple icon files has been added after the 5.0.0.beta2 release. ref: #23455
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index a1736470ae..8f4dc736a8 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,9 +1,9 @@
-## Rails 5.0.0.beta2 (February 01, 2016) ##
-
* Add dummy files for apple-touch-icon.png and apple-touch-icon.png. GH#23427
*Alexey Zabelin*
+## Rails 5.0.0.beta2 (February 01, 2016) ##
+
* Add `after_bundle` callbacks in Rails plugin templates. Useful for allowing
templates to perform actions that are dependent upon `bundle install`.