aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-09-22 18:23:30 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-09-22 18:23:30 +0000
commit046a87a85553173d02c2f349e05282235cea58a4 (patch)
tree8fc9c2a09af4328ee7a182defbb5ed934a18f513 /activerecord/CHANGELOG
parent9686dcdb5b0cefe2ab80ac457917025848afb9b3 (diff)
downloadrails-046a87a85553173d02c2f349e05282235cea58a4.tar.gz
rails-046a87a85553173d02c2f349e05282235cea58a4.tar.bz2
rails-046a87a85553173d02c2f349e05282235cea58a4.zip
Fixed rename_column for SQLite when using symbols for the column names (closes #8616) [drodriguez]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7563 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 4203edfd0a..b03594bb44 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed rename_column for SQLite when using symbols for the column names #8616 [drodriguez]
+
* Added the possibility of using symbols in addition to concrete classes with ActiveRecord::Observer#observe #3998 [robbyrussell/tarmo]
* Added ActiveRecord::Base#to_json/from_json (currently does not support :include like to_xml) [DHH]