Skip to content

Commit 566cf02

Browse files
author
Pietro Albini
committed
Add changelog entries for recent changes
1 parent d180cb7 commit 566cf02

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ botogram 1.0, and warnings are in place to notify you where to change what.
2626
New features
2727
------------
2828

29+
* Added the ability to send messages without notifying the user
30+
31+
* New argument ``notify`` on multiple methods of :py:class:`botogram.User`
32+
* New argument ``notify`` on multiple methods of :py:class:`botogram.Chat`
33+
* New argument ``notify`` on multiple methods of :py:class:`botogram.Message`
34+
* New argument ``notify`` on multiple methods of :py:class:`botogram.Bot`
35+
2936
* Added the ability to send stickers
3037

3138
* New method :py:meth:`botogram.User.send_sticker`
@@ -41,6 +48,7 @@ New features
4148
Changes
4249
-------
4350

51+
* Renamed ``Message.from_`` to :py:attr:`botogram.Message.sender`
4452
* Renamed ``Bot.init_shared_memory`` to :py:meth:`botogram.Bot.prepare_memory`
4553
* Renamed ``Component.add_shared_memory_initializer`` to
4654
:py:meth:`botogram.Component.add_memory_preparer`
@@ -63,6 +71,7 @@ Deprecated features
6371

6472
Deprecated features will be removed in botogram 1.0!
6573

74+
* ``Message.from_`` is now deprecated
6675
* ``Bot.init_shared_memory`` is now deprecated
6776
* ``Component.add_shared_memory_initializer`` is now deprecated
6877

0 commit comments

Comments
 (0)