From c077a7308eb84deb0e068ead404caa88621f1836 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 7 Apr 2006 18:21:52 +0000 Subject: Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommented RAILS_GEM_VERSION line, and not use require_gem [DHH] Added rake rails:update:configs to update config/boot.rb from the latest (also included in rake rails:update) [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4197 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'railties/CHANGELOG') 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) -- cgit v1.2.3