aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
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 <blair@orcaware.com>]
* Always parenthesize :conditions options so they may be safely combined with STI and constraints.