aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-09-04 18:55:30 +0000
committerRick Olson <technoweenie@gmail.com>2006-09-04 18:55:30 +0000
commitd52cee3e3bb4c45bfd21d3f905e502fa00758def (patch)
treefb633953345af08b5dd699f15016db6b4f31bd0f /activerecord/CHANGELOG
parent2e0927282d6986122ac260f3c23f601fe6043c05 (diff)
downloadrails-d52cee3e3bb4c45bfd21d3f905e502fa00758def.tar.gz
rails-d52cee3e3bb4c45bfd21d3f905e502fa00758def.tar.bz2
rails-d52cee3e3bb4c45bfd21d3f905e502fa00758def.zip
Add deprecation warning for inferred foreign key. #6029 [Josh Susser]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4992 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 c0815198c2..5a1419415b 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add deprecation warning for inferred foreign key. #6029 [Josh Susser]
+
* Fixed the Ruby/MySQL adapter we ship with Active Record to work with the new authentication handshake that was introduced in MySQL 4.1, along with the other protocol changes made at that time #5723 [jimw@mysql.com]
* Deprecation: use :dependent => :delete_all rather than :exclusively_dependent => true. #6024 [Josh Susser]