Skip to content

Commit

Permalink
Update CHANGELOG for session expiry interval support.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocq2001 committed May 6, 2024
1 parent a570aaf commit 0c9caeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rumqttc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +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`.

### Changed

Expand Down

0 comments on commit 0c9caeb

Please sign in to comment.