From 1bb0fa47bc6e6a8f95003078f34f5e64f64a58cf Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 16 Feb 2025 13:29:07 +0000 Subject: moduleapi: Allow soft dependencies via module:depends(mod, true) --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index a56db4e7..697c9c2d 100644 --- a/CHANGES +++ b/CHANGES @@ -62,6 +62,7 @@ TRUNK - Method for retrieving integer settings from config - It is now easy for modules to expose a Prosody shell command, by adding a shell-command item - Modules can now implement a module.ready method which will be called after server initialization +- module:depends() now accepts a second parameter 'soft' to enable soft dependencies ### Configuration -- cgit v1.2.3