Update CHANGELOG.md

This commit is contained in:
2022-09-07 00:56:48 +06:00
committed by GitHub
parent 85d516d1e9
commit 4b13491a0e

View File

@@ -2,6 +2,9 @@
## 0.12.8
* `Versions`:
* `Ktor`: `2.1.0` -> `2.1.1`
* `Compose`: `1.2.0-alpha01-dev764` -> `1.2.0-alpha01-dev774`
* `Ktor`:
* `Client`:
* New extension `HttpClient#bodyOrNull` which returns `null` in case when server responded with `No Content` (204)