diff options
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 593b5ac29a..407b01010e 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,6 +1,9 @@ -* Don't match commented out RAILS_GEM_VERSIONs. [Nicholas Seckar] +*SVN* + +* Added rake rails:update:configs to update config/boot.rb from the latest (also included in rake rails:update) [DHH] + +* Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommented RAILS_GEM_VERSION line, and not use require_gem [DHH] -* Avoid "Constant already defined" warnings for RAILS_GEM_VERSION. [Chad Fowler] *1.1.1* (April 6th, 2005) |