aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-12-08 04:46:57 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-12-08 04:46:57 +0000
commitd496db1388bd0d3f43c0c35547942fb4abb4082c (patch)
tree312b01c4725b7d27be0d394345a2fae803712a53 /activerecord/CHANGELOG
parente466fc45cade7cbc0ee5a0e7181e377dd3780043 (diff)
downloadrails-d496db1388bd0d3f43c0c35547942fb4abb4082c.tar.gz
rails-d496db1388bd0d3f43c0c35547942fb4abb4082c.tar.bz2
rails-d496db1388bd0d3f43c0c35547942fb4abb4082c.zip
Reloading an instance refreshes its aggregations as well as its associations. References #3024.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3242 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 e4ab429e6a..359e14619f 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Reloading an instance refreshes its aggregations as well as its associations. #3024 [François Beausolei]
+
* Fixed that using :include together with :conditions array in Base.find would cause NoMethodError #2887 [Paul Hammmond]
* PostgreSQL: more robust sequence name discovery. #3087 [Rick Olson]