You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,14 @@
2
2
3
3
## Unreleased
4
4
5
+
* Nothing yet
6
+
*[View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.8.2...master)
7
+
8
+
## v1.8.2 - 2021-07-13
9
+
5
10
*[#26](https://github.com/westonganger/protected_attributes_continued/pull/26) - Fix for Rails 6.0.x where CollectionAssociation defines its own implementation of build_record
6
11
*[#25](https://github.com/westonganger/protected_attributes_continued/pull/25) - Fix for Rails 6.1+ - The override of `build_through_record` was putting the new through_records in the wrong place and making it so that they would not be saved when the root record was a new record
7
-
*[View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.8.1...master)
12
+
*[View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.8.1...v1.8.2)
0 commit comments