File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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 ).
26
26
27
27
## Version 1.4.0-M1
28
28
You can’t perform that action at this time.
0 commit comments