aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2025-02-16 13:44:23 +0000
committerMatthew Wild <mwild1@gmail.com>2025-02-16 13:44:23 +0000
commit14c171ab612fa55966524c01661de41673683e61 (patch)
treea6a649ab400937d91cd3fd95bf118aec759f13e0 /CHANGES
parent5c2dbef89da68a8a8312a399649429cad721f6cb (diff)
parent573e9f27169c5791c81d0548149afca880395bda (diff)
downloadprosody-14c171ab612fa55966524c01661de41673683e61.tar.gz
prosody-14c171ab612fa55966524c01661de41673683e61.zip
Merge 13.0->trunk
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0347c597..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
@@ -84,6 +85,7 @@ TRUNK
- Support for systemd socket activation in server_epoll
- mod_invites_adhoc gained a command for creating password resets
- mod_cloud_notify imported from community modules for push notification support
+- mod_http_altconnect imported from community modules, simplifying web clients
## Removed