|
2 | 2 | Changelog |
3 | 3 | ========= |
4 | 4 |
|
| 5 | +Version 12.5 |
| 6 | +============ |
| 7 | +*Released 2020-03-29* |
| 8 | + |
| 9 | +**New Features:** |
| 10 | + |
| 11 | +- `Bot.link` gives the `t.me` link of the bot (`#1770`_) |
| 12 | + |
| 13 | +**Major Changes:** |
| 14 | + |
| 15 | +- Bot API 4.5 and 4.6 support. (`#1508`_, `#1723`_) |
| 16 | + |
| 17 | +**Minor changes, CI improvements or bug fixes:** |
| 18 | + |
| 19 | +- Remove legacy CI files (`#1783`_, `#1791`_) |
| 20 | +- Update pre-commit config file (`#1787`_) |
| 21 | +- Remove builtin names (`#1792`_) |
| 22 | +- CI improvements (`#1808`_, `#1848`_) |
| 23 | +- Support Python 3.8 (`#1614`_, `#1824`_) |
| 24 | +- Use stale bot for auto closing stale issues (`#1820`_, `#1829`_, `#1840`_) |
| 25 | +- Doc fixes (`#1778`_, `#1818`_) |
| 26 | +- Fix typo in `edit_message_media` (`#1779`_) |
| 27 | +- In examples, answer CallbackQueries and use `edit_message_text` shortcut (`#1721`_) |
| 28 | +- Revert accidental change in vendored urllib3 (`#1775`_) |
| 29 | + |
| 30 | +.. _`#1783`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1783 |
| 31 | +.. _`#1787`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1787 |
| 32 | +.. _`#1792`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1792 |
| 33 | +.. _`#1791`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1791 |
| 34 | +.. _`#1808`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1808 |
| 35 | +.. _`#1614`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1614 |
| 36 | +.. _`#1770`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1770 |
| 37 | +.. _`#1824`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1824 |
| 38 | +.. _`#1820`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1820 |
| 39 | +.. _`#1829`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1829 |
| 40 | +.. _`#1840`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1840 |
| 41 | +.. _`#1778`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1778 |
| 42 | +.. _`#1779`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1779 |
| 43 | +.. _`#1721`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1721 |
| 44 | +.. _`#1775`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1775 |
| 45 | +.. _`#1848`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1848 |
| 46 | +.. _`#1818`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1818 |
| 47 | +.. _`#1508`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1508 |
| 48 | +.. _`#1723`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1723 |
| 49 | + |
5 | 50 | Version 12.4.2 |
6 | 51 | ============== |
7 | 52 | *Released 2020-02-10* |
|
0 commit comments