From 009f0a7623b42ed589a2b050f36a4618c4417042 Mon Sep 17 00:00:00 2001 From: hippalus Date: Wed, 22 May 2024 16:15:06 +0200 Subject: [PATCH] update CHANGELOG.md --- rumqttc/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rumqttc/CHANGELOG.md b/rumqttc/CHANGELOG.md index d5971b2a1..b693c2272 100644 --- a/rumqttc/CHANGELOG.md +++ b/rumqttc/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * use `Framed` to encode/decode MQTT packets. * use `Login` to store credentials * Made `DisconnectProperties` struct public. +* Replace `Vec>` with `FixedBitSet` for managing packet ids of released QoS 2 publishes and incoming QoS 2 publishes in `MqttState`. ### Deprecated