aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-09-15 21:23:05 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-09-15 21:23:05 +0000
commit79202b37dc7566e8b8392a44c461a64469f79a77 (patch)
tree14f21cc3a9706a3c9dd3a6b7fc4c91d6977858aa /activerecord/CHANGELOG
parent2fba012c018a7e29e5e0afa2ba6a6ea91b07b0a3 (diff)
downloadrails-79202b37dc7566e8b8392a44c461a64469f79a77.tar.gz
rails-79202b37dc7566e8b8392a44c461a64469f79a77.tar.bz2
rails-79202b37dc7566e8b8392a44c461a64469f79a77.zip
Fixed that altering join tables in migrations would fail w/ sqlite3 #7453 [TimoMihaljov/brandon]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7484 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 81cf47529e..81ca1da94f 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that altering join tables in migrations would fail w/ sqlite3 #7453 [TimoMihaljov/brandon]
+
* Fix association writer with :dependent => :nullify. #7314 [Jonathan Viney]
* OpenBase: update for new lib and latest Rails. Support migrations. #8748 [dcsesq]