From 5f0b9369cc857ef007a9b0f573b63225e342e4fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=BCtke?= Date: Thu, 20 Oct 2005 15:05:48 +0000 Subject: Fix Associations#clear for not-yet-loaded associations (Patrick Lenz) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2695 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index c1926a20c7..6478436bd0 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,6 +1,8 @@ *1.12.1* (October 19th, 2005) -* HABTM finders shouldn't return readonly records. #2525 [patrick@lenz.sh] +* Fixed Association#clear for associations which have not yet been accessed. #2524 [Patrick Lenz ] + +* HABTM finders shouldn't return readonly records. #2525 [Patrick Lenz ] * Make all tests runnable on their own. #2521. [Blair Zajac ] -- cgit v1.2.3