Update changelog again

This commit is contained in:
Tulir Asokan 2024-03-30 23:36:54 +02:00
parent a7f31f6175
commit 299d8f68c3
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
* Added simple scheduler utility for running background tasks periodically or
after a certain delay.
* Added testing framework for plugins (thanks to [@abompard] in [#225]).
* Changed `mbc build` to ignore directories declared in `modules` that are
missing an `__init__.py` file.
* Importing the modules at runtime would fail and break the plugin.
To include non-code resources outside modules in the mbp archive,
use `extra_files` instead.
[#225]: https://github.com/maubot/maubot/issues/225
[@abompard]: https://github.com/abompard