aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorAmparo Luna <amparo.m.luna@gmail.com>2013-02-01 14:59:29 -0500
committerAmparo Luna <amparo.m.luna@gmail.com>2013-02-01 23:17:41 -0500
commit5f1dc8e3b74d4f4deb0617be6190a32256f4fe18 (patch)
tree57e0f6b5ecf0dd57d51fb982ab5a198d951b2932 /railties/CHANGELOG.md
parent9d2187efb7da3c531997eb0261bc39cf48a69821 (diff)
downloadrails-5f1dc8e3b74d4f4deb0617be6190a32256f4fe18.tar.gz
rails-5f1dc8e3b74d4f4deb0617be6190a32256f4fe18.tar.bz2
rails-5f1dc8e3b74d4f4deb0617be6190a32256f4fe18.zip
Add --rc option to support the load of a custom rc file
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 0a9c4a4984..f86baee4c3 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
+* Add --rc option to support the load of a custom rc file during the generation of a new app.
+
+ *Amparo Luna*
+
* Add --no-rc option to skip the loading of railsrc file during the generation of a new app.
*Amparo Luna*