mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-27 08:50:38 +01:00
CHANGES.rst: fix some typo's (#874)
This commit is contained in:
parent
8df35fd53b
commit
f55018abd9
1 changed files with 4 additions and 4 deletions
|
@ -15,11 +15,11 @@ New features
|
|||
- Support Bot API 3.4 (PR `#865`_).
|
||||
|
||||
Changes
|
||||
- MessgaeHandler & RegexHandler now consider channel_updates.
|
||||
- MessageHandler & RegexHandler now consider channel_updates.
|
||||
- Fix command not recognized if it is directly followed by a newline (PR `#869`_).
|
||||
- Removed Bot._message_wrapper (PR `#822`_).
|
||||
- Unitests are now also running on Appveyor (Windows VM).
|
||||
- Various unitest improvments.
|
||||
- Unitests are now also running on AppVeyor (Windows VM).
|
||||
- Various unitest improvements.
|
||||
- Documentation fixes.
|
||||
|
||||
.. _`#822`: https://github.com/python-telegram-bot/python-telegram-bot/pull/822
|
||||
|
@ -51,7 +51,7 @@ Changes
|
|||
- Warn on small con_pool_size during custom initalization of Updater (PR `#793`_).
|
||||
- Catch exceptions in error handlerfor errors that happen during polling (PR `#810`_).
|
||||
- For testing we switched to pytest (PR `#788`_).
|
||||
- Lot's of small improvements to our tests and documentation.
|
||||
- Lots of small improvements to our tests and documentation.
|
||||
|
||||
|
||||
.. _`see docs`: http://python-telegram-bot.readthedocs.io/en/stable/telegram.ext.dispatcher.html#telegram.ext.Dispatcher.add_handler
|
||||
|
|
Loading…
Add table
Reference in a new issue