aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index cb85401920..b538c81428 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Add `rake initializer`
+
+ This task prints out initializers for an application. It is useful to
+ develop a rubygem which involves the initialization process.
+
+ *Naoto Kaneko*
+
* Created rake restart task. Restarts your Rails app by touching the
`tmp/restart.txt`.