diff options
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 227ebf054a..fd797dda86 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add builtin/ to the gemspec. Closes #3047. [Nicholas Seckar, Sam Stephenson] + * Add install.rb file to plugin generation which is loaded, if it exists, when you install a plugin. [Marcel Molina Jr.] * Run initialize_logger in script/lighttpd to ensure the log file exists before tailing it. [Sam Stephenson] |