aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-12 17:32:36 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-12 17:32:36 +0000
commit0d97f055c2f02fa4bc99ae39f138205967815a97 (patch)
tree893e0791bf2bd10fcae9175b9486f3ed98a7aea1 /railties/CHANGELOG
parentd25fe84a01bd026945f1e86b1f651094f66151b2 (diff)
downloadrails-0d97f055c2f02fa4bc99ae39f138205967815a97.tar.gz
rails-0d97f055c2f02fa4bc99ae39f138205967815a97.tar.bz2
rails-0d97f055c2f02fa4bc99ae39f138205967815a97.zip
Sessions with an s
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2220 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 6a3d7ac041..6f4f14de21 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* Added create_session_table, drop_session_table, and purge_session_table as rake tasks for databases that supports migrations (MySQL, PostgreSQL, SQLite) to get a table for use with CGI::Session::ActiveRecordStore
+* 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]