xmpp-rs/sasl/CHANGELOG.md

13 lines
487 B
Markdown
Raw Normal View History

2021-01-12 17:25:07 +00:00
Version 0.5.0, released 2021-01-12:
2020-12-26 14:46:14 +00:00
* Important changes
2021-01-12 17:25:07 +00:00
- Relicensed to MPL-2.0 from LGPL-3.0-or-later.
2020-12-26 14:46:14 +00:00
- Made all of the errors into enums, instead of strings.
* Small changes
- Replaced rand\_os with getrandom.
- Bumped all dependencies.
Version 0.4.2, released 2018-05-19:
* Small changes
- Marc-Antoine Perennou updated the openssl and base64 dependencies to 0.10.4 and 0.9.0 respectively.
- lumi updated them further to 0.10.7 and 0.9.1 respectively.