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 be8765366c..b85cccc78e 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add has_one :through support. #4756 [thechrisoshow]
+
* Migrations: create_table supports primary_key_prefix_type. #10314 [student, thechrisoshow]
* Added logging for dependency load errors with fixtures #11056 [stuthulhu]