aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2015-02-06 20:41:42 +0100
committerXavier Noria <fxn@hashref.com>2015-02-06 21:04:54 +0100
commit89a12c931b1f00b90e74afffcdc2fc21f14ca663 (patch)
tree3f1ea4ff032373680cea876a8c56524e0d5f6f3b /railties/CHANGELOG.md
parentcd7cc5254b090ccbb84dcee4408a5acede25ef2a (diff)
downloadrails-89a12c931b1f00b90e74afffcdc2fc21f14ca663.tar.gz
rails-89a12c931b1f00b90e74afffcdc2fc21f14ca663.tar.bz2
rails-89a12c931b1f00b90e74afffcdc2fc21f14ca663.zip
README.rdoc -> README.md for newly generated applications
README.rdoc was generated to support the doc:app task. Now that this task is gone we can switch to Markdown, which is nowadays a better default.
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 8c536982fc..f88e6242c0 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Newly generated applications get a `README.md` in Markdown.
+
+ *Xavier Noria*
+
* Remove the documentation tasks `doc:app`, `doc:rails`, and `doc:guides`.
*Xavier Noria*