sasl: Update Changelog

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2024-07-22 22:27:21 +02:00
parent b4b0a7dbba
commit 25ee51f178

View file

@ -1,3 +1,15 @@
Version 0.5.2, released 2024-07-22:
* Improvements
- Add SCRAM client extensions support (thanks to Lucas Kent)
- Update to edition 2021
- Add tls-exporter channel binding
- Use the right name for SCRAM with channel binding
- Remove `ignore` keyword from doc-tests
- Swap sha-1 dep to sha1
- Update dependencies
- Fix clippy lints and compiler warnings
- Remove unneeded allocation in `client::mechanism::scram::Scram::initial`
Version 0.5.1, released 2023-08-20:
* Important changes
- Move sasl-rs to the xmpp-rs repository at https://gitlab.com/xmpp-rs/xmpp-rs.