diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index cb8b4ceaca..2a782f78ce 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Ensure that respond_to? considers dynamic finder methods. Closes #11538. [floehopper] + * Ensure that save on parent object fails for invalid has_one association. Closes #10518. [Pratik] * Remove duplicate code from associations. [Pratik] |