aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 447ce724e4..12d91b5a98 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,8 +1,10 @@
*SVN*
+* Don't hardcode 'id' in acts as list. [ror@philippeapril.com]
+
* Fix date errors for SQLServer in association tests. #3406 [kevin.clark@gmal.com]
-r Escape database name in MySQL adapter when creating and dropping databases. #3409 [anna@wota.jp]
+* Escape database name in MySQL adapter when creating and dropping databases. #3409 [anna@wota.jp]
* Disambiguate table names for columns in validates_uniquness_of's WHERE clause. #3423 [alex.borovsky@gmail.com]