diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index ad7d0a668d..37d0ca53e4 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,6 +1,8 @@ *SVN* -* Docs: warn that associations names shouldn't be reserved words. #4378 [murphy@cYcnus.de, Josh Susser] +* Document deep eager includes. #6267 [Josh Susser, Dan Manges] + +* Document warning that associations names shouldn't be reserved words. #4378 [murphy@cYcnus.de, Josh Susser] * Sanitize Base#inspect. #8392 [Nik Wakelin] |