Skip to content

Commit af56dd5

Browse files
committed
Updated CHANGES.rst - preparing to release v7.0.0
1 parent e5b0795 commit af56dd5

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

CHANGES.rst

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22
Changes
33
=======
44

5-
**DATE TBD**
6-
*WIP 6.2.0*
7-
- Improved filters for user_id/username/chat.
5+
**2017-07-25**
6+
*Released 7.0.0*
7+
- Fully support Bot API 3.2.
8+
- Improved filters for user_id/username/chat (PR #677).
9+
- Add the possibility to add objects as arguments to send_* methods (PR #742).
10+
- Fixed download of URLs with UTF-8 chars in path (PR #688).
11+
- Fixed URL parsing for ``Message`` text properties (PR #689).
12+
- Fixed args dispatching in ``MessageQueue``'s decorator (PR #705).
13+
- ConvesationHandler - check if a user exist before using it (PR #699).
14+
- Removed deprecated ``telegram.Emoji``.
15+
- Removed deprecated ``Botan`` import from ``utils`` (``Botan`` is still available through ``contrib``).
16+
- Removed deprecated ``ReplyKeyboardHide``.
17+
- Removed deprecated ``edit_message`` argument of `bot.set_game_score``.
818
- Internal restructure of files.
19+
- Improved documentation.
920
- Improved unitests.
10-
- Fully support Bot API 3.2
11-
- Modified docstrings
12-
- Remove deprecated ``telegram.Emoji``.
13-
- Remove deprecated ``Botan`` import from ``utils`` (``Botan`` is still available through ``contrib``).
14-
- Remove deprecated ``ReplyKeyboardHide``.
15-
- Remove deprecated ``edit_message`` argument of `bot.set_game_score``.
16-
- Add the possibility to add objects as arguments to send_* methods.
1721

1822
**2017-06-18**
1923

0 commit comments

Comments
 (0)