aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-03-19 18:55:31 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-03-19 18:55:31 +0000
commit48e7edc31b873c343d3e696fc02af354a74f0683 (patch)
tree2198680f461882fd04bd9c4b2db0affad580612b /railties/CHANGELOG
parent5ff59bff822055793412c93d345c42c371eb4824 (diff)
downloadrails-48e7edc31b873c343d3e696fc02af354a74f0683.tar.gz
rails-48e7edc31b873c343d3e696fc02af354a74f0683.tar.bz2
rails-48e7edc31b873c343d3e696fc02af354a74f0683.zip
Reject Ruby 1.8.3 when loading Rails; extract version checking code.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3982 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index ef1144b546..bc27d2692e 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Reject Ruby 1.8.3 when loading Rails; extract version checking code. [Chad Fowler]
+
* Remove explicit loading of RailsInfo and RailsInfoController. [Nicholas Seckar]
* Move RailsInfo and RailsInfoController to Rails::Info and Rails::InfoController. [Nicholas Seckar]