From 21c39499b7e0d7f29237b2f2042a4bc4851283e7 Mon Sep 17 00:00:00 2001 From: Silvestr Predko Date: Thu, 13 Jun 2024 15:06:29 +0300 Subject: [PATCH] add changes to CHANGELOG --- rumqttd/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rumqttd/CHANGELOG.md b/rumqttd/CHANGELOG.md index 6d981ffd7..c243650c7 100644 --- a/rumqttd/CHANGELOG.md +++ b/rumqttd/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Assign random identifier to clients connecting with empty client id. +- Ability to gracefully shut down the broker. ### Changed - Public re-export `Strategy` for shared subscriptions