diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 8672a7a863..4155b1d539 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,6 +1,6 @@ *SVN* -* Added -a/--with-assets option to rails generator that will include default assets for application layout, javascript, and stylesheet [DHH] +* Added -a/--with-assets option to rails generator that will include default assets for application layout, javascript, and stylesheet (this an experiment and may go away at any time!) [DHH] * Added socket cleanup for lighttpd, both before and after [DHH] |