From 2bb4129901f6ad152e72bf375f6458b2ae9b2599 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 15 Mar 2019 08:16:01 +0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2eba3cbcc..abff925ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,14 @@ ### 0.12.2 +* New in `MediaGroupUpdate`: + * It is subtype of `Update` and can be use as regular update with list of messages + * Data now is list with `MediaGroupMessage` + * Added field `origins` which represent origin updates for `MediaGroupMessage` + * `updateId` now represent LAST id of origins updates +* `UpdatesFilter` and other objects now work with `UpdateReceiver` as common supertype +for receivers. + ## 0.11.0 * Kotlin `1.3.11` -> `1.3.21`