aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-02-05 11:56:04 +0100
committerKasper Timm Hansen <kaspth@gmail.com>2016-02-05 11:56:04 +0100
commit822e3c0b3ee39a03a6ba2d122fb479081f1e0c56 (patch)
tree202f42b39ce558de017d207d766207f4b4789a48 /railties
parentf5032667f4f021548e2980b3b260949fd8cd1ff4 (diff)
parentc9768b8a88039fffd160a859d91ed9d5aa618b87 (diff)
downloadrails-822e3c0b3ee39a03a6ba2d122fb479081f1e0c56.tar.gz
rails-822e3c0b3ee39a03a6ba2d122fb479081f1e0c56.tar.bz2
rails-822e3c0b3ee39a03a6ba2d122fb479081f1e0c56.zip
Merge pull request #23491 from y-yagi/move_changelog_entry_2
move CHANGELOG entry to the appropriate position [ci skip]
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`.