aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2006-08-05 22:35:58 +0000
committerMichael Koziarski <michael@koziarski.com>2006-08-05 22:35:58 +0000
commit6ba4f4c524f73db062016701c9f93c70b08d93c0 (patch)
tree3aed4ba05b8a673ee7bb08605cd2f93eee12b9cc /activerecord/CHANGELOG
parent196fab9b0dcbdc83e27241678ebb2557ca4e030e (diff)
downloadrails-6ba4f4c524f73db062016701c9f93c70b08d93c0.tar.gz
rails-6ba4f4c524f73db062016701c9f93c70b08d93c0.tar.bz2
rails-6ba4f4c524f73db062016701c9f93c70b08d93c0.zip
Formally deprecate rich associations. [Koz]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4680 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 614cb2a1c0..6cc7c245d5 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Formally deprecate rich associations. [Koz]
+
* Fixed that default timezones for new / initialize should uphold utc setting #5709 [daniluk@yahoo.com]
* Fix announcement of very long migration names. #5722 [blake@near-time.com]