diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2016-07-25 11:13:01 -0400 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2016-07-25 11:13:01 -0400 |
commit | aa7a6047c21f5ca3ad848f98d438db7d8bcad722 (patch) | |
tree | 7270057aaced36befcc74a9a09c2a8c5c31379a6 /activerecord | |
parent | f0ddf87e4bfcfcb861b0a9dca32edb733668bd30 (diff) | |
download | rails-aa7a6047c21f5ca3ad848f98d438db7d8bcad722.tar.gz rails-aa7a6047c21f5ca3ad848f98d438db7d8bcad722.tar.bz2 rails-aa7a6047c21f5ca3ad848f98d438db7d8bcad722.zip |
Whoops, forgot the changelog entry for the previous commit
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 590fe2f587..d3e1cf68a2 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,8 @@ +* Virtual attributes will no longer raise when read on models loaded from the + database + + *Sean Griffin* + * Support calling the method `merge` in `scope`'s lambda. *Yasuhiro Sugino* |