aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-01-08 00:16:19 +0100
committerXavier Noria <fxn@hashref.com>2013-01-08 00:50:56 +0100
commit553b6958dce75b6a3f8de21d6801c82a472d3001 (patch)
tree9ee402caea36d574a1ff06653beceec413add704 /railties/CHANGELOG.md
parent9c5fb001412996ea807772e1066c92ad3688bbdb (diff)
downloadrails-553b6958dce75b6a3f8de21d6801c82a472d3001.tar.gz
rails-553b6958dce75b6a3f8de21d6801c82a472d3001.tar.bz2
rails-553b6958dce75b6a3f8de21d6801c82a472d3001.zip
doc/README_FOR_APP is no longer generated
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index dd7e917206..de2d05736a 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,5 +1,11 @@
## Rails 4.0.0 (unreleased) ##
+* Generated applications no longer get `doc/README_FOR_APP`. In consequence,
+ the `doc` directory is created on demand by documentation tasks rather than
+ generated by default.
+
+ *Xavier Noria*
+
* App executables now live in the `bin/` directory: `bin/bundle`,
`bin/rails`, `bin/rake`. Run `rake rails:update:bin` to add these
executables to your own app. `script/rails` is gone from new apps.