aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-03-30 00:10:25 +0100
committerXavier Noria <fxn@hashref.com>2013-03-30 00:10:52 +0100
commit2cc934a03d878c872334e36e8383b904bca171be (patch)
treef40a0cb4cd9b74fb10f2b6bf1e7099f5f585c7a1 /railties
parent2595611dc38d5d51df45325d818074d1da23c96f (diff)
downloadrails-2cc934a03d878c872334e36e8383b904bca171be.tar.gz
rails-2cc934a03d878c872334e36e8383b904bca171be.tar.bz2
rails-2cc934a03d878c872334e36e8383b904bca171be.zip
registers the new doc:rails behaviour in the changelog
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 2727f1a85d..a69920252c 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* The application rake task `doc:rails` generates now an API like the
+ official one (except for the links to GitHub).
+
+ *Xavier Noria*
+
* Allow vanilla apps to render CoffeeScript templates in production
Vanilla apps already render CoffeeScript templates in development and test