aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorclaudiob <claudiob@inventati.org>2017-03-14 18:07:48 -0700
committerclaudiob <claudiob@inventati.org>2017-03-14 18:12:01 -0700
commit39996ecae6feeb719d15ebbdadbaa78d95117ae6 (patch)
tree36bc79ab2ced0491eedac7e042fa9d856f6d3ccf /railties/CHANGELOG.md
parentbfc5e3d163a1dbd7fcf0381e771d28ee06caf8ed (diff)
downloadrails-39996ecae6feeb719d15ebbdadbaa78d95117ae6.tar.gz
rails-39996ecae6feeb719d15ebbdadbaa78d95117ae6.tar.bz2
rails-39996ecae6feeb719d15ebbdadbaa78d95117ae6.zip
Add CHANGELOG entry for --skip-coffee [ci skip]
Was added in #25248 by @bluesh55
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 bc5f696675..58470e2f10 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -126,6 +126,10 @@
*Tsukuru Tanimichi*
+* Add `--skip-coffee` option to `rails new`
+
+ *Seunghwan Oh*
+
* Allow the use of listen's 3.1.x branch
*Esteban Santana Santana*