Update changelog again
This commit is contained in:
parent
a7f31f6175
commit
299d8f68c3
@ -7,6 +7,11 @@
|
|||||||
* Added simple scheduler utility for running background tasks periodically or
|
* Added simple scheduler utility for running background tasks periodically or
|
||||||
after a certain delay.
|
after a certain delay.
|
||||||
* Added testing framework for plugins (thanks to [@abompard] in [#225]).
|
* 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
|
[#225]: https://github.com/maubot/maubot/issues/225
|
||||||
[@abompard]: https://github.com/abompard
|
[@abompard]: https://github.com/abompard
|
||||||
|
Loading…
Reference in New Issue
Block a user