From 3fbaa2c2c66a0569a2158990dacae2eef27c7f62 Mon Sep 17 00:00:00 2001 From: afrokick Date: Tue, 24 Nov 2020 12:13:50 +0300 Subject: [PATCH] add Ctrl+c in changelog --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 7c78fbb..f2afa3d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # PeerServer Changelog +### vNEXT + +* New: PeerJS Server in Docker capture ^C signal and terminate gracefully. #205 + ### 0.6.0 * New: `host` option (`--host`, `-H`). #197 Thanks @millette