From 7bc06eae311765877c716827a8b9a0a13fb643c4 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 29 Nov 2019 12:26:31 +0600 Subject: [PATCH] update incorrect info about ktor version --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e012496414..208179e5fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ * `kotlin coroutines`: 1.2.2 -> 1.3.2 * `kotlin serialization`: 0.11.1 -> 0.14.0 * `joda time`: 2.10.3 -> 2.10.5 - * `ktor`: 1.2.3 -> 1.2.5 + * `ktor`: 1.2.3 -> 1.2.6 * `BotAction` now will be deserialized in a little bit other way * `BotActionSerializer` now is internal * Most part of serializers now are objects (instead of classes as was previously)