Skip to content

Commit 00da1ac

Browse files
committed
Acknowledge external contributors
1 parent f1e35a0 commit 00da1ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Improvements
66

77
* `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!).
99
* `CoroutineContext.job` extension property is introduced (#2159).
1010
* `Flow.combine operator` is reworked:
1111
* Complete fairness is maintained for single-threaded dispatchers.
@@ -22,7 +22,7 @@
2222
* Do not fail debug agent installation when security manager does not provide access to system properties (#2311).
2323
* Cancelled lazy coroutines are properly cleaned up from debug agent output (#2294).
2424
* `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).
2626

2727
## Version 1.4.0-M1
2828

0 commit comments

Comments
 (0)