aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-10-26 09:01:51 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-12-17 21:24:52 +0900
commitf34beb52e22e3e6f86f3f886f6c5d93b040013d9 (patch)
tree6a8f434acb79faaf0fc938d97a6ca5c15d577b55 /railties/CHANGELOG.md
parent47fed8060ac5d03d2ad220fd406949e436d418ea (diff)
downloadrails-f34beb52e22e3e6f86f3f886f6c5d93b040013d9.tar.gz
rails-f34beb52e22e3e6f86f3f886f6c5d93b040013d9.tar.bz2
rails-f34beb52e22e3e6f86f3f886f6c5d93b040013d9.zip
README.rdoc -> README.md for newly generated plugins
I think Markdown 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 b9d2db773a..bf4eae39b9 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Newly generated plugins get a `README.md` in Markdown.
+
+ *Yuji Yaginuma*
+
* The generated config file for the development environment includes a new
config line, commented out, showing how to enable the evented file watcher.