From b57c86ae7483246fae3a38283f8a132e1ee6b7bd Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 23 Oct 2005 20:00:05 +0000 Subject: r3689@sedna: jeremy | 2005-10-16 10:24:36 -0700 Ticket 2404 - delete fixtures after using them r3744@sedna: jeremy | 2005-10-23 12:28:28 -0700 track dirty and loaded fixtures more carefully r3745@sedna: jeremy | 2005-10-23 12:29:39 -0700 fix broken tests r3756@sedna: jeremy | 2005-10-23 15:51:00 -0700 Global Logger.silencer switch for Logger#silence. r3757@sedna: jeremy | 2005-10-23 15:51:35 -0700 Correct changelogs git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2715 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index bd8196c631..35a1a1d6bf 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,4 +1,4 @@ -*1.12.1* (October 19th, 2005) +*SVN* * Keep closer tabs on dirty, loaded, and declared fixtures. #2404 [ryand-ruby@zenspider.com] @@ -12,6 +12,8 @@ * Make all tests runnable on their own. #2521. [Blair Zajac ] +*1.12.1* (October 19th, 2005) + * Always parenthesize :conditions options so they may be safely combined with STI and constraints. * Correct PostgreSQL primary key sequence detection. #2507 [tmornini@infomania.com] -- cgit v1.2.3