diff --git a/readthedocs/misc/v2-migration-guide.rst b/readthedocs/misc/v2-migration-guide.rst index 8f9bab4d..ccf53027 100644 --- a/readthedocs/misc/v2-migration-guide.rst +++ b/readthedocs/misc/v2-migration-guide.rst @@ -12,6 +12,12 @@ from Telethon version 1.x to 2.0 onwards. **Please read this document in full before upgrading your code to Telethon 2.0.** +Pyhton 3.5 is no longer supported +--------------------------------- + +The library will no longer attempt to support Python 3.5. The minimum version is now Python 3.6. + + User, chat and channel identifiers are now 64-bit numbers --------------------------------------------------------- @@ -96,6 +102,7 @@ This serves multiple goals: // TODO this definitely generated files mapping from the original name to this new one... + Synchronous compatibility mode has been removed -----------------------------------------------