Update CHANGELOG.md

This commit is contained in:
InsanusMokrassar 2023-01-26 22:54:17 +06:00 committed by GitHub
parent 6ebc5aa0c2
commit d0a00031a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,15 @@
## 0.16.7
* `Common`:
* New extensions `ifTrue`/`ifFalse`/`alsoIfTrue`/`alsoIfFalse`/`letIfTrue`/`letIfFalse`
* `Diff` now is serializable
* Add `IndexedValue` serializer
* `repeatOnFailure` extending: now you may pass any lambda to check if continue to try/do something
* `Coroutines`:
* `Compose`:
* `asMutableComposeState` and all depending functions now use `doInUI` to guarantee state changin in Main Dispatcher
## 0.16.6
* `Startup`: