From 1d1f69fb288dd4313e029f27f5a7230875570730 Mon Sep 17 00:00:00 2001 From: fpagliughi Date: Sun, 23 Oct 2022 12:39:40 -0400 Subject: [PATCH] Minor update to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37d0dc5..e0d42a3 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ To keep up with the latest announcements for this project, follow: - Updated `SubscribeOptions` to be more usable. - Created a new [example](https://github.com/eclipse/paho.mqtt.rust/blob/develop/examples/async_subscribe_v5.rs) for MQTT v5 subscriptions with subscribe options. [#156](https://github.com/eclipse/paho.mqtt.rust/issues/156) Added a mutable iterator to TopicMatcher, with functions `remove()`, `get_mut()`, and `matches_mut()` +[#170](https://github.com/eclipse/paho.mqtt.rust/issues/170) Upgraded cmake crate to v0.1.48 to support building with Visual Studio 2022. ### What's new in v0.11.1