Prevent having someone curious like me create an empty "Transition guide to Version 11.0" page :)

Iulian Onofrei 2019-10-15 23:30:52 +03:00
parent 045f5adadd
commit d3bd73d9ac

@ -21,7 +21,7 @@
# Context based callbacks
The biggest change in this release is context based callbacks. When running your bot you will probably see a warning like the following:
```
echobot2.py:62: TelegramDeprecationWarning: Old Handler API is deprecated - see https://git.io/vp113 for details
echobot2.py:62: TelegramDeprecationWarning: Old Handler API is deprecated - see https://git.io/fxJuV for details
```
This means you're using the old style callbacks and should upgrade to context based callbacks.