From c77c77e84ee27e8617bf85965a789a6ae5101b23 Mon Sep 17 00:00:00 2001 From: Joseph Noir Date: Thu, 6 Aug 2020 13:18:22 +0200 Subject: [PATCH] Document fixed datagram servant registration --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 851fb7e29c..b21bf8530b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -176,6 +176,13 @@ is based on [Keep a Changelog](https://keepachangelog.com). assume that the parsed URI for `tcp://127.0.0.1:8080` returns an IP address when calling `authority().host`. +## [0.17.7] - Unreleased + +### Fixed + +- Datagram servants are not added to their broker on creation and should no + longer prevent system shutdown if they never enconutered a new endpoint. + ## [0.17.6] - 2020-07-24 ### Fixed