From 7219e82fe600ff1268b9a89efc7a289ac0108592 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 20 Oct 2005 14:53:04 +0000 Subject: HABTM finder sets :readonly => false. Closes #2525. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2694 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 0c30d221df..c1926a20c7 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *1.12.1* (October 19th, 2005) +* HABTM finders shouldn't return readonly records. #2525 [patrick@lenz.sh] + * Make all tests runnable on their own. #2521. [Blair Zajac ] * Always parenthesize :conditions options so they may be safely combined with STI and constraints. -- cgit v1.2.3