aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-02-18 23:20:24 +0100
committerKim Alvefur <zash@zash.se>2022-02-18 23:20:24 +0100
commit6207ed871c9683b56f8217dd5818f97fc0e43226 (patch)
tree4e9764abbd271c78ec76f5ce549f9b6341f8a013 /CHANGES
parentb70a61be4ce819aaed7bc13aab35996b6aed9659 (diff)
downloadprosody-6207ed871c9683b56f8217dd5818f97fc0e43226.tar.gz
prosody-6207ed871c9683b56f8217dd5818f97fc0e43226.zip
CHANGES: Mention graceful shutdown
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b3f0bdb6..9bd2182e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -47,6 +47,7 @@ TRUNK
- Promise based API for sending queries
- API for adding periodic tasks
- More APIs supporting ES6 Promises
+- Async can be used during shutdown
### Other
@@ -69,6 +70,8 @@ TRUNK
- Rewritten migrator with archive support
- Improved automatic certificate locating and selecting
- Logging to syslog no longer missing startup messages
+- Graceful shutdown sequence that closes ports first and waits for
+ connections to close
## Removed