aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio B <claudiob@users.noreply.github.com>2017-03-14 18:14:00 -0700
committerGitHub <noreply@github.com>2017-03-14 18:14:00 -0700
commitd035f2d0b482744a2f678365699b52a27e739960 (patch)
tree36bc79ab2ced0491eedac7e042fa9d856f6d3ccf
parentbfc5e3d163a1dbd7fcf0381e771d28ee06caf8ed (diff)
parent39996ecae6feeb719d15ebbdadbaa78d95117ae6 (diff)
downloadrails-d035f2d0b482744a2f678365699b52a27e739960.tar.gz
rails-d035f2d0b482744a2f678365699b52a27e739960.tar.bz2
rails-d035f2d0b482744a2f678365699b52a27e739960.zip
Merge pull request #28420 from claudiob/changelog-skip-coffee
Add CHANGELOG entry for --skip-coffee [ci skip]
-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*