From 33d8dcf97704f0c6ca540e33eb46d26bd22a6248 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 5 Jan 2020 20:30:42 +0600 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd147543b..f67426b952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,11 @@ created `RegularTextSource` with the same text bot. * Added the field `slowModeDelay` to the `ExtendedSupergroupChat` objects. +* `CaptionedInput` now have extension `fullEntitiesList` which will return list of `TextPart` with `RegularSource`'s +* `TextPart` added - it will be used as part of some text and can be not related to telegram bot +* `MultilevelTextSource` was added - it is type of `TextSource`, which can have subsources as parts of this text +* In all `TextSource`s all fields now are lazy for avoiding of potential risk for performance issues + ## 0.20.0 MPP Migration * Time library change: `joda-time` -> `com.soywiz.korlibs.klock:klock`