|
2 | 2 | Changelog
|
3 | 3 | =========
|
4 | 4 |
|
| 5 | +Version 13.6 |
| 6 | +============ |
| 7 | +*Released 2021-06-06* |
| 8 | + |
| 9 | +New Features: |
| 10 | + |
| 11 | +- Arbitrary ``callback_data`` (`#1844`_) |
| 12 | +- Add ``ContextTypes`` & ``BasePersistence.refresh_user/chat/bot_data`` (`#2262`_) |
| 13 | +- Add ``Filters.attachment`` (`#2528`_) |
| 14 | +- Add ``pattern`` Argument to ``ChosenInlineResultHandler`` (`#2517`_) |
| 15 | + |
| 16 | +Major Changes: |
| 17 | + |
| 18 | +- Add ``slots`` (`#2345`_) |
| 19 | + |
| 20 | +Minor changes, CI improvements, Doc fixes and Type hinting: |
| 21 | + |
| 22 | +- Doc Fixes (`#2495`_, `#2510`_) |
| 23 | +- Add ``max_connections`` Parameter to ``Updater.start_webhook`` (`#2547`_) |
| 24 | +- Fix for ``Promise.done_callback`` (`#2544`_) |
| 25 | +- Improve Code Quality (`#2536`_, `#2454`_) |
| 26 | +- Increase Test Coverage of ``CallbackQueryHandler`` (`#2520`_) |
| 27 | +- Stabilize CI (`#2522`_, `#2537`_, `#2541`_) |
| 28 | +- Fix ``send_phone_number_to_provider`` argument for ``Bot.send_invoice`` (`#2527`_) |
| 29 | +- Handle Classes as Input for ``BasePersistence.replace/insert_bot`` (`#2523`_) |
| 30 | +- Bump Tornado Version and Remove Workaround from `#2067`_ (`#2494`_) |
| 31 | + |
| 32 | +.. _`#1844`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1844 |
| 33 | +.. _`#2262`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2262 |
| 34 | +.. _`#2528`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2528 |
| 35 | +.. _`#2517`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2517 |
| 36 | +.. _`#2345`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2345 |
| 37 | +.. _`#2495`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2495 |
| 38 | +.. _`#2547`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2547 |
| 39 | +.. _`#2544`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2544 |
| 40 | +.. _`#2536`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2536 |
| 41 | +.. _`#2454`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2454 |
| 42 | +.. _`#2520`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2520 |
| 43 | +.. _`#2522`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2522 |
| 44 | +.. _`#2537`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2537 |
| 45 | +.. _`#2541`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2541 |
| 46 | +.. _`#2527`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2527 |
| 47 | +.. _`#2523`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2523 |
| 48 | +.. _`#2067`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2067 |
| 49 | +.. _`#2494`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2494 |
| 50 | +.. _`#2510`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2510 |
| 51 | + |
5 | 52 | Version 13.5
|
6 | 53 | ============
|
7 | 54 | *Released 2021-04-30*
|
|
0 commit comments