parsers: Update ChangeLog with feature change

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-01-16 15:06:35 +01:00
parent 826914da54
commit 2d5de00749
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -5,6 +5,9 @@ xxx
* Improvements: * Improvements:
- muc::user::Item: Added with_ helpers - muc::user::Item: Added with_ helpers
- Correct cargo doc warnings - Correct cargo doc warnings
* Breaking changes:
- Removed the 'serde' feature. Add it directly by using 'jid'.
`jid = { version = "*", features = ["serde"] }`.
Version 0.19.2: Version 0.19.2:
2022-12-17 Maxime “pep” Buquet <pep@bouah.net> 2022-12-17 Maxime “pep” Buquet <pep@bouah.net>