From 959136479e8129079e153bcbc0996b12a187a12c Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 4 Oct 2020 17:35:24 +0600 Subject: [PATCH] add information about migration in examples project --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 982c21bf91..ee12e5517c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,11 @@ * ***PROJECT PACKAGES WERE CHANGED*** * Packages in the whole project were changed `com.github.insanusmokrassar.TelegramBotAPI` -> `dev.inmo.tgbotapi` * Project group in repositories were changed: `com.github.insanusmokrassar` -> `dev.inmo` - * Migration: + * Migration ([Examples migration](https://github.com/InsanusMokrassar/TelegramBotAPI-examples/pull/11)): 1. Change implementation in your gradle files: * `implementation "com.github.insanusmokrassar:..."` -> `implementation "dev.inmo:..."` 2. Replace packages `com.github.insanusmokrassar.TelegramBotAPI` in the whole project by `dev.inmo.tgbotapi` + * `TelegramBotAPI-core`: * Now in forward info you can get `ForwardFromSupergroupInfo`