Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 2a40db4

Browse files
authored
Update CHANGELOG.md
1 parent 203a229 commit 2a40db4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
* [#13](https://github.com/westonganger/protected_attributes_continued/pull/13) - Fixed with_indifferent_access call in nested attributes
6+
* [#14](https://github.com/westonganger/protected_attributes_continued/pull/14) - For ActiveRecord versions >= 5.2.3 Rails does not call `options_for_through_record` anymore. This method was previously used by `protected_attributes` to pass in the `without_protection: true` option. We now override the `build_through_record` method instead and pass the option in there.
67

78
## 1.4.0 - 2018-12-28
89

0 commit comments

Comments
 (0)