aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-04-01 05:49:19 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-04-01 05:49:19 +0000
commita09b202e8321717921ff729d4a1233770fd52be4 (patch)
treee02feb3aa172d5074ebac407e8801799e4364809 /railties/CHANGELOG
parentc10a2d247576bff6be6500432e3cf8eb38cc2afd (diff)
downloadrails-a09b202e8321717921ff729d4a1233770fd52be4.tar.gz
rails-a09b202e8321717921ff729d4a1233770fd52be4.tar.bz2
rails-a09b202e8321717921ff729d4a1233770fd52be4.zip
Make Rails::VERSION implicitly loadable. Closes #4491.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4110 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 3e661e527b..6abdbf8347 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make Rails::VERSION implicitly loadable. Closes #4491. [Nicholas Seckar]
+
* Teach Rails apps to only load gems of the same Rails version they were generated with. [Nicholas Seckar]
* Added expiration settings for JavaScript, CSS, HTML, and images to default lighttpd.conf [DHH]