aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-01-16 22:27:51 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-03-20 15:37:45 +0900
commita42351acbc5406ab0825befe641144b4cb1ee6bf (patch)
tree4f86ccc44dc87f8e84c00de1eae7823648eaf96b /railties/CHANGELOG.md
parent1835d87fb848fd9f13e43bf16abd41be231b1666 (diff)
downloadrails-a42351acbc5406ab0825befe641144b4cb1ee6bf.tar.gz
rails-a42351acbc5406ab0825befe641144b4cb1ee6bf.tar.bz2
rails-a42351acbc5406ab0825befe641144b4cb1ee6bf.zip
Add `app:update` task to engines
Occasionally we update the file generated by engine. Therefore, I think that there is a task for updating as well as application in the engine, it is convenient for updating.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 58470e2f10..f4d3529a37 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add `app:update` task to engines.
+
+ *Yuji Yaginuma*
+
* Avoid running system tests by default with the `bin/rails test`
and `bin/rake test` commands since they may be expensive.