Update changelog

This commit is contained in:
Tulir Asokan 2023-02-26 16:15:23 +02:00
parent d4bb502def
commit 719c9c5dd0

View file

@ -1,3 +1,11 @@
# unreleased
* Added `in_thread` parameter to `evt.reply()` and `evt.respond()`.
* By default, responses will go to the thread if the command is in a thread.
* By setting the flag to `True` or `False`, the plugin can force the response
to either be or not be in a thread.
* Fixed `self.loader.meta` not being available to plugins in standalone mode.
# v0.4.0 (2023-01-29)
* Dropped support for using a custom maubot API base path.