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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# master
2
2
*Please add new entries at the top.*
3
3
4
+
1. If the input observer of a `Signal` deinitializes while the `Signal` has not yet terminated, an `interrupted` event would now be automatically sent. (#463, kudos to @andersio)
5
+
4
6
1.`ValidationResult` and `ValidatorOutput` have been renamed to `ValidatingProperty.Result` and `ValidatingProperty.Decision`, respectively. (#443)
5
7
6
8
1. Mitigated a race condition related to ARC in the `Signal` internal. (#456, kudos to @andersio)
it("should be disposed of when the signal shell has deinitialized with no active observer regardless of whether the generator observer is retained or not"){
0 commit comments