aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-04-22 15:10:09 +0000
committerMarcel Molina <marcel@vernix.org>2006-04-22 15:10:09 +0000
commit84ec53753afd8b7288d5ac224c3157c3943df054 (patch)
tree67ff10bedbd9bf6a795e47a5a68b05cfb142e31c /activerecord/CHANGELOG
parent526c69b49e36892af3ad7833e479de0a0fa6f278 (diff)
downloadrails-84ec53753afd8b7288d5ac224c3157c3943df054.tar.gz
rails-84ec53753afd8b7288d5ac224c3157c3943df054.tar.bz2
rails-84ec53753afd8b7288d5ac224c3157c3943df054.zip
Update inconsistent migrations documentation. Closes #4683. [machomagna@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4249 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 dd5dbdc71c..0f331f3d9a 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update inconsistent migrations documentation. #4683 [machomagna@gmail.com]
+
* Add ActiveRecord::Errors#to_xml [Jamis Buck]
* Properly quote index names in migrations (closes #4764) [John Long]