From f0a3397c47c557b80be516f4236a13afc7b7f65e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 31 Dec 2004 16:53:41 +0000 Subject: Added :counter_cache option to acts_as_tree that works just like the one you can define on belongs_to #371 [Josh] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@291 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 455748b98c..b97085cdba 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added :counter_cache option to acts_as_tree that works just like the one you can define on belongs_to #371 [Josh] + * Fixed quoting in validates_format_of that would allow some rules to pass regardless of input #390 [Dmitry V. Sabanin] * Fixed broken transactions that were actually only running object-level and not db level transactions [andreas] -- cgit v1.2.3