applyDiff: Diff

This commit is contained in:
2022-09-23 16:05:32 +06:00
parent 60bdb59d71
commit 59428140a8
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
## 0.12.15
* `Common`:
* `applyDiff` will return `Diff` object since this release
* `Coroutines`:
* Add `Flow` extensions `flatMap`, `flatMapNotNull` and `flatten`
* Add `Flow` extensions `takeNotNull` and `filterNotNull`