CHANGES: Mention graceful shutdown
authorKim Alvefur <zash@zash.se>
Fri, 18 Feb 2022 23:20:24 +0100
changeset 12307 fa79db7e0a4d
parent 12306 6a8c680b8677
child 12308 8210c2a52e9c
CHANGES: Mention graceful shutdown
CHANGES
--- a/CHANGES	Fri Feb 18 23:13:01 2022 +0100
+++ b/CHANGES	Fri Feb 18 23:20:24 2022 +0100
@@ -47,6 +47,7 @@
 -   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 @@
 -   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