diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-03-04 16:10:48 -0300 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-03-13 20:08:55 -0300 |
commit | dde3058c3a7350d6e28d602a1f57fe908075bbe7 (patch) | |
tree | 44c20ee7ce7b438052c6c6f48603c560954858ef /activerecord | |
parent | a8dd21d8b459ce4d57160a359798c577085a95e9 (diff) | |
download | rails-dde3058c3a7350d6e28d602a1f57fe908075bbe7.tar.gz rails-dde3058c3a7350d6e28d602a1f57fe908075bbe7.tar.bz2 rails-dde3058c3a7350d6e28d602a1f57fe908075bbe7.zip |
Expand changelog and upgrading rails guide with IdentityMap info
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 98fbec8013..5a289a5aac 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,6 +1,15 @@ ## Rails 4.0.0 (unreleased) ## -* Remove IdentityMap *Carlos Antonio da Silva* +* Remove IdentityMap + + IdentityMap has never graduated to be an "enabled-by-default" feature, due + to some inconsistencies with associations, as described in this commit: + + https://github.com/rails/rails/commit/302c912bf6bcd0fa200d964ec2dc4a44abe328a6 + + Hence the removal from the codebase, until such issues are fixed. + + *Carlos Antonio da Silva* * Added the schema cache dump feature. |