aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2015-11-11 05:54:12 +0100
committerXavier Noria <fxn@hashref.com>2015-11-11 06:24:29 +0100
commit59be32b572cdff24da64ca6fd82db53a075c8bb6 (patch)
tree7d686bd8e137caac1f6dec34e936eed26d62381d /railties/CHANGELOG.md
parentc5846344ee2a3e9dcdbc2d26ca4ff5b6002d09b0 (diff)
downloadrails-59be32b572cdff24da64ca6fd82db53a075c8bb6.tar.gz
rails-59be32b572cdff24da64ca6fd82db53a075c8bb6.tar.bz2
rails-59be32b572cdff24da64ca6fd82db53a075c8bb6.zip
registers these changes in the CHANGELOGs
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 6980ba94e2..2fedeac292 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Generated `Gemfile`s for new applications include a new dependency on
+ [listen](https://github.com/guard/listen) commented out.
+
+ *Puneet Agarwal* and *Xavier Noria*
+
* Deprecate `serve_static_files` in favor of `public_file_server.enabled`.
Unifies the static asset options under `public_file_server`.