aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-04-01 04:58:46 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-04-01 04:58:46 +0000
commitc10a2d247576bff6be6500432e3cf8eb38cc2afd (patch)
treebcaafd650f0a06d8e75ac0610083e7a1f3d75e8f /railties/CHANGELOG
parent3f049b0b6b5a338786c3dfafb31edf937f4ecb13 (diff)
downloadrails-c10a2d247576bff6be6500432e3cf8eb38cc2afd.tar.gz
rails-c10a2d247576bff6be6500432e3cf8eb38cc2afd.tar.bz2
rails-c10a2d247576bff6be6500432e3cf8eb38cc2afd.zip
Teach Rails apps to only load gems of the same Rails version they were generated with.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4109 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 99fcd06c3b..3e661e527b 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* 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]
* Added gzip compression for JavaScript, CSS, and HTML to default lighttpd.conf [DHH]