From e3fd30c91fed31fc41e5fe57a92aa46ac792bc01 Mon Sep 17 00:00:00 2001 From: CQ Xiao <53201544+xiaocq2001@users.noreply.github.com> Date: Tue, 14 May 2024 09:38:29 +0800 Subject: [PATCH] Update rumqttc/CHANGELOG.md Co-authored-by: Devdutt Shenoi --- rumqttc/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rumqttc/CHANGELOG.md b/rumqttc/CHANGELOG.md index 777713674..a19d4ddca 100644 --- a/rumqttc/CHANGELOG.md +++ b/rumqttc/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `size()` method on `Packet` calculates size once serialized. * `read()` and `write()` methods on `Packet`. * `ConnectionAborted` variant on `StateError` type to denote abrupt end to a connection -* `set_session_expiry_interval` and `get_session_expiry_interval` methods on `MqttOptions`. +* `set_session_expiry_interval` and `session_expiry_interval` methods on `MqttOptions`. ### Changed