From 299d8f68c35f04ea1ed34a042709662b0be40d98 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 30 Mar 2024 23:36:54 +0200 Subject: [PATCH] Update changelog again --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ac9eb..4e6ef24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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