Skip to content

Commit

Permalink
add entry into changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Devdutt Shenoi committed Feb 23, 2024
1 parent 4999ae3 commit 20eca90
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 @@ -29,6 +29,7 @@ To update your code simply remove `Key::ECC()` or `Key::RSA()` from the initiali
`rusttls-pemfile` to `2.0.0`, `async-tungstenite` to `0.24.0`, `ws_stream_tungstenite` to `0.12.0`
and `http` to `1.0.0`. This is a breaking change as types from some of these crates are part of
the public API.
- `publish` / `subscribe` / `unsubscribe` methods on `AsyncClient` and `Client` now return a `PkidPromise` which resolves into the identifier value chosen by the `EventLoop` when handling the packet.

### Deprecated

Expand Down

0 comments on commit 20eca90

Please sign in to comment.