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: CHANGES.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
### Improvements
6
6
7
7
*`StateFlow`, `SharedFlow` and corresponding operators are promoted to stable API (#2316).
8
-
*`Flow.debounce` operator with timeout selector based on each individual element is added (#1216).
8
+
*`Flow.debounce` operator with timeout selector based on each individual element is added (#1216, thanks to @mkano9!).
9
9
*`CoroutineContext.job` extension property is introduced (#2159).
10
10
*`Flow.combine operator` is reworked:
11
11
* Complete fairness is maintained for single-threaded dispatchers.
@@ -22,7 +22,7 @@
22
22
* Do not fail debug agent installation when security manager does not provide access to system properties (#2311).
23
23
* Cancelled lazy coroutines are properly cleaned up from debug agent output (#2294).
24
24
*`BlockHound` false-positives are correctly filtered out (#2302, #2190, #2303).
25
-
* Potential crash during a race between cancellation and upstream in `Observable.asFlow` is fixed (#2104, #2299).
25
+
* Potential crash during a race between cancellation and upstream in `Observable.asFlow` is fixed (#2104, #2299, thanks to @LouisCAD and @drinkthestars).
0 commit comments