aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-12-18 20:20:49 +0000
committerMarcel Molina <marcel@vernix.org>2005-12-18 20:20:49 +0000
commit56234bee14ad5219d4d1720a6a3532f684ed3a0d (patch)
tree2f00c7c05b64e5d3d859868811baa71e939db4bc /railties/CHANGELOG
parent39766a9b4cde8f75a5837442b876e1e11a16ece4 (diff)
downloadrails-56234bee14ad5219d4d1720a6a3532f684ed3a0d.tar.gz
rails-56234bee14ad5219d4d1720a6a3532f684ed3a0d.tar.bz2
rails-56234bee14ad5219d4d1720a6a3532f684ed3a0d.zip
Honor ActiveRecord::Base.pluralize_table_names when creating and destroying session store table. Closes #3204.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3317 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 0993ff826b..dcd5ef11c7 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Honor ActiveRecord::Base.pluralize_table_names when creating and destroying session store table. #3204. [rails@bencurtis.com, Marcel Molina Jr.]
+
* Update to script.aculo.us 1.5.0 final (equals 1.5.0_rc6) [Thomas Fuchs]
* Update to Prototype 1.4.0 final [Sam Stephenson]