aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-13 10:23:28 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-13 10:23:28 +0000
commitc9c0d74b5db845963c5c1748668d7049313c103b (patch)
tree5eb4a52f3048b009e2a8b4371080111fbd90032e /railties/CHANGELOG
parent514e6704f3ce2f588688313a1c757d3ac035eeb9 (diff)
downloadrails-c9c0d74b5db845963c5c1748668d7049313c103b.tar.gz
rails-c9c0d74b5db845963c5c1748668d7049313c103b.tar.bz2
rails-c9c0d74b5db845963c5c1748668d7049313c103b.zip
Reformed all the config/environments/* files to conform to the new Rails::Configuration approach. Fully backwards compatible.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2235 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 6f4f14de21..05856bfea8 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Reformed all the config/environments/* files to conform to the new Rails::Configuration approach. Fully backwards compatible.
+
* Added create_sessions_table, drop_sessions_table, and purge_sessions_table as rake tasks for databases that supports migrations (MySQL, PostgreSQL, SQLite) to get a table for use with CGI::Session::ActiveRecordStore
* Added dump of schema version to the db_structure_dump task for databases that support migrations #1835 [Rick Olson]