From 8d6d450303235101a66624691e98986e0a8d6ff6 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 5 Jun 2007 04:37:05 +0000 Subject: Fixtures: correctly delete and insert fixtures in a single transaction. Closes #8553. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6944 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 527e7c4510..e56b12f274 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixtures: correctly delete and insert fixtures in a single transaction. #8553 [Michael Schuerig] + * Fixtures: people(:technomancy, :josh) returns both fixtures. #7880 [technomancy, Josh Peek] * Calculations support non-numeric foreign keys. #8154 [kamal] -- cgit v1.2.3