|
2 | 2 | Changelog
|
3 | 3 | =========
|
4 | 4 |
|
| 5 | +Version 13.2 |
| 6 | +============ |
| 7 | +*Released 2021-02-02* |
| 8 | + |
| 9 | +**Major Changes:** |
| 10 | + |
| 11 | +- Introduce ``python-telegram-bot-raw`` (`#2324`_) |
| 12 | +- Explicit Signatures for Shortcuts (`#2240`_) |
| 13 | + |
| 14 | +**New Features:** |
| 15 | + |
| 16 | +- Add Missing Shortcuts to ``Message`` (`#2330`_) |
| 17 | +- Rich Comparison for ``Bot`` (`#2320`_) |
| 18 | +- Add ``run_async`` Parameter to ``ConversationHandler`` (`#2292`_) |
| 19 | +- Add New Shortcuts to ``Chat`` (`#2291`_) |
| 20 | +- Add New Constant ``MAX_ANSWER_CALLBACK_QUERY_TEXT_LENGTH`` (`#2282`_) |
| 21 | +- Allow Passing Custom Filename For All Media (`#2249`_) |
| 22 | +- Handle Bytes as File Input (`#2233`_) |
| 23 | + |
| 24 | +**Bug Fixes:** |
| 25 | + |
| 26 | +- Fix Escaping in Nested Entities in ``Message`` Properties (`#2312`_) |
| 27 | +- Adjust Calling of ``Dispatcher.update_persistence`` (`#2285`_) |
| 28 | +- Add ``quote`` kwarg to ``Message.reply_copy`` (`#2232`_) |
| 29 | +- ``ConversationHandler``: Docs & ``edited_channel_post`` behavior (`#2339`_) |
| 30 | + |
| 31 | +**Minor changes, CI improvements, doc fixes and type hinting:** |
| 32 | + |
| 33 | +- Doc Fixes (`#2253`_, `#2225`_) |
| 34 | +- Reduce Usage of ``typing.Any`` (`#2321`_) |
| 35 | +- Extend Deeplinking Example (`#2335`_) |
| 36 | +- Add pyupgrade to pre-commit Hooks (`#2301`_) |
| 37 | +- Add PR Template (`#2299`_) |
| 38 | +- Drop Nightly Tests & Update Badges (`#2323`_) |
| 39 | +- Update Copyright (`#2289`_, `#2287`_) |
| 40 | +- Change Order of Class DocStrings (`#2256`_) |
| 41 | +- Add macOS to Test Matrix (`#2266`_) |
| 42 | +- Start Using Versioning Directives in Docs (`#2252`_) |
| 43 | +- Improve Annotations & Docs of Handlers (`#2243`_) |
| 44 | + |
| 45 | +.. _`#2324`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2324 |
| 46 | +.. _`#2240`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2240 |
| 47 | +.. _`#2330`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2330 |
| 48 | +.. _`#2320`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2320 |
| 49 | +.. _`#2292`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2292 |
| 50 | +.. _`#2291`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2291 |
| 51 | +.. _`#2282`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2282 |
| 52 | +.. _`#2249`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2249 |
| 53 | +.. _`#2233`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2233 |
| 54 | +.. _`#2312`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2312 |
| 55 | +.. _`#2285`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2285 |
| 56 | +.. _`#2232`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2232 |
| 57 | +.. _`#2339`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2339 |
| 58 | +.. _`#2253`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2253 |
| 59 | +.. _`#2225`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2225 |
| 60 | +.. _`#2321`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2321 |
| 61 | +.. _`#2335`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2335 |
| 62 | +.. _`#2301`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2301 |
| 63 | +.. _`#2299`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2299 |
| 64 | +.. _`#2323`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2323 |
| 65 | +.. _`#2289`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2289 |
| 66 | +.. _`#2287`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2287 |
| 67 | +.. _`#2256`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2256 |
| 68 | +.. _`#2266`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2266 |
| 69 | +.. _`#2252`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2252 |
| 70 | +.. _`#2243`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2243 |
| 71 | + |
5 | 72 | Version 13.1
|
6 | 73 | ============
|
7 | 74 | *Released 2020-11-29*
|
|
0 commit comments