aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2025-02-16 13:29:07 +0000
committerMatthew Wild <mwild1@gmail.com>2025-02-16 13:29:07 +0000
commit1bb0fa47bc6e6a8f95003078f34f5e64f64a58cf (patch)
tree30259478fe6de612b19ef6134bcf8bfc84e1e96c /CHANGES
parent83e4560a6c6485520d2141f0e13abec420898840 (diff)
downloadprosody-1bb0fa47bc6e6a8f95003078f34f5e64f64a58cf.tar.gz
prosody-1bb0fa47bc6e6a8f95003078f34f5e64f64a58cf.zip
moduleapi: Allow soft dependencies via module:depends(mod, true)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
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