Skip to content

Commit 5392bfe

Browse files
committed
CHANGES.rst: And some more tweaks
[ci skip]
1 parent 46d9240 commit 5392bfe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGES.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ Changes
55
**2017-07-25**
66
*Released 7.0.0*
77
- Fully support Bot API 3.2.
8-
- Improved filters for user_id/username/chat (PR #677).
8+
- New filters for handling messages from specific chat/user id (PR #677).
99
- Add the possibility to add objects as arguments to send_* methods (PR #742).
1010
- Fixed download of URLs with UTF-8 chars in path (PR #688).
1111
- Fixed URL parsing for ``Message`` text properties (PR #689).
1212
- Fixed args dispatching in ``MessageQueue``'s decorator (PR #705).
13-
- ConvesationHandler - check if a user exist before using it (PR #699).
13+
- Fixed regression preventing IPv6 only hosts from connnecting to Telegram servers (Issue #720).
14+
- ConvesationHandler - check if a user exist before using it (PR #699).
1415
- Removed deprecated ``telegram.Emoji``.
1516
- Removed deprecated ``Botan`` import from ``utils`` (``Botan`` is still available through ``contrib``).
1617
- Removed deprecated ``ReplyKeyboardHide``.
17-
- Removed deprecated ``edit_message`` argument of `bot.set_game_score``.
18+
- Removed deprecated ``edit_message`` argument of ``bot.set_game_score``.
1819
- Internal restructure of files.
1920
- Improved documentation.
2021
- Improved unitests.

0 commit comments

Comments
 (0)