Skip to content

Commit 512f271

Browse files
committed
Fix changelog
1 parent 258be98 commit 512f271

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

docs/changelog/0.7.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ New features
2222

2323
* Added support for animations (GIFs)
2424

25-
* New :py:class:`botogram.Animation` class
26-
* New attribute :py:attr:`botogram.Message.animation`
27-
* New method :py:meth:`botogram.Chat.send_gif`
28-
* New method :py:meth:`botogram.User.send_gif`
29-
* New method :py:meth:`botogram.Message.reply_with_gif`
25+
* New :py:class:`botogram.Animation` class
26+
* New attribute :py:attr:`botogram.Message.animation`
27+
* New method :py:meth:`botogram.Chat.send_gif`
28+
* New method :py:meth:`botogram.User.send_gif`
29+
* New method :py:meth:`botogram.Message.reply_with_gif`
3030

3131
* Added support for polls
3232

33-
* New :py:class:`botogram.Poll`
34-
* New :py:class:`botogram.PollOption`
33+
* New :py:class:`botogram.Poll` class
34+
* New :py:class:`botogram.PollOption` class
3535
* New method :py:meth:`botogram.Chat.send_poll`
3636
* New method :py:meth:`botogram.Message.reply_with_poll`
3737
* New method :py:meth:`botogram.Message.stop_poll`
@@ -53,23 +53,23 @@ New features
5353

5454
* Enhancements in message forwarding
5555

56-
* New return type for :py:attr:`~Message.forward_from`
57-
* New attribute :py:attr:`~Message.forward_hidden`
58-
* New attribute :py:attr:`~Message.forward_signature`
56+
* New return type for :py:attr:`Message.forward_from`
57+
* New attribute :py:attr:`Message.forward_hidden`
58+
* New attribute :py:attr:`Message.forward_signature`
5959

6060
* Added support for live locations
6161

62-
* New parameter `live_period` for :py:meth:`~Chat.send_location` and :py:meth:`~User.send_location`
63-
* New parameter `live_period` for :py:meth:`~Message.reply_with_location`
64-
* New method :py:meth:`~Message.edit_live_location`
65-
* New method :py:meth:`~Message.stop_live_location`
62+
* New parameter `live_period` for :py:meth:`Chat.send_location` and :py:meth:`User.send_location`
63+
* New parameter `live_period` for :py:meth:`Message.reply_with_location`
64+
* New method :py:meth:`Message.edit_live_location`
65+
* New method :py:meth:`Message.stop_live_location`
6666

6767
* Added support for editing, getting and removing the chat photo
6868

69-
* New method :py:meth:`~Chat.set_photo`
70-
* New method :py:meth:`~Chat.remove_photo`
71-
* New attribute :py:attr:`~Chat.photo`
72-
* New class :py:class:`~botogram.ChatPhoto`
69+
* New :py:class:`~botogram.ChatPhoto` class
70+
* New method :py:meth:`Chat.set_photo`
71+
* New method :py:meth:`Chat.remove_photo`
72+
* New attribute :py:attr:`Chat.photo`
7373

7474
Bug fixes
7575
---------

0 commit comments

Comments
 (0)