From 41befc27585646f8a134ff7eeaff2aef18fe5ec5 Mon Sep 17 00:00:00 2001 From: Lonami Date: Thu, 21 Sep 2017 10:15:54 +0200 Subject: [PATCH] Encourage to read the change log --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index 3fca6e9..bfb616b 100644 --- a/Home.md +++ b/Home.md @@ -2,6 +2,8 @@ Welcome to the wiki! This place hosts all the information you need in order to w Before opening an issue about how to use the library, **please** make sure you've investigated and read the wiki enough! Issues lacking of any sense at all end on the [Wall of Shame](https://github.com/LonamiWebs/Telethon/wiki/Wall-of-Shame). +Also please make sure to **read the change log** (over [Releases](https://github.com/LonamiWebs/Telethon/releases)) when you update the library through `pip install --upgrade telethon`, since the library, although has been around for quite a while, may still introduce some breaking changes from time to time which will be listed there. + ## Why Telethon? > Why should I bother with Telethon? There are more mature projects already, such as [`telegram-cli`](https://github.com/vysheng/tg) with even (limited) Python support. And we have the [official](https://github.com/telegramdesktop/tdesktop>) [clients](https://github.com/DrKLO/Telegram>)!