|
2 | 2 | Changelog
|
3 | 3 | =========
|
4 | 4 |
|
| 5 | +Version 12.8 |
| 6 | +============ |
| 7 | +*Released 2020-06-22* |
| 8 | + |
| 9 | +**Major Changes:** |
| 10 | + |
| 11 | +- Remove Python 2 support (`#1715`_) |
| 12 | +- Bot API 4.9 support (`#1980`_) |
| 13 | +- IDs/Usernames of ``Filters.user`` and ``Filters.chat`` can now be updated (`#1757`_) |
| 14 | + |
| 15 | +**Minor changes, CI improvements, doc fixes or bug fixes:** |
| 16 | + |
| 17 | +- Update contribution guide and stale bot (`#1937`_) |
| 18 | +- Remove ``NullHandlers`` (`#1913`_) |
| 19 | +- Improve and expand examples (`#1943`_, `#1995`_, `#1983`_, `#1997`_) |
| 20 | +- Doc fixes (`#1940`_, `#1962`_) |
| 21 | +- Add ``User.send_poll()`` shortcut (`#1968`_) |
| 22 | +- Ignore private attributes en ``TelegramObject.to_dict()`` (`#1989`_) |
| 23 | +- Stabilize CI (`#2000`_) |
| 24 | + |
| 25 | +.. _`#1937`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1937 |
| 26 | +.. _`#1913`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1913 |
| 27 | +.. _`#1943`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1943 |
| 28 | +.. _`#1757`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1757 |
| 29 | +.. _`#1940`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1940 |
| 30 | +.. _`#1962`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1962 |
| 31 | +.. _`#1968`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1968 |
| 32 | +.. _`#1989`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1989 |
| 33 | +.. _`#1995`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1995 |
| 34 | +.. _`#1983`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1983 |
| 35 | +.. _`#1715`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1715 |
| 36 | +.. _`#2000`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2000 |
| 37 | +.. _`#1997`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1997 |
| 38 | +.. _`#1980`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1980 |
| 39 | + |
5 | 40 | Version 12.7
|
6 | 41 | ============
|
7 | 42 | *Released 2020-05-02*
|
|
0 commit comments