deprecations handling

This commit is contained in:
2022-08-04 10:59:04 +06:00
parent 984d781f2f
commit f33ada5396
29 changed files with 33 additions and 750 deletions

View File

@@ -2,6 +2,8 @@
## 0.12.0-beta
**OLD DEPRECATIONS HAVE BEEN REMOVED**
* `Versions`
* `Kotlin`: `1.6.21` -> `1.7.0`
* `Coroutines`: `1.6.3` -> `1.6.4`
@@ -9,6 +11,8 @@
* `Compose`: `1.2.0-alpha01-dev729` -> `1.2.0-alpha01-dev753`
* `Klock`: `2.7.0` -> `3.0.0`
* `uuid`: `0.4.1` -> `0.5.0`
* `Ktor`:
* All previously standard functions related to work with binary data by default have been deprecated
## 0.11.12