api: Add changelog entry for http major version bump

This commit is contained in:
Kévin Commaille 2024-04-30 16:59:25 +02:00 committed by Kévin Commaille
parent b6200c01a1
commit 1689a50639

View File

@ -13,6 +13,7 @@ Breaking changes:
- Add support for endpoints that require authentication for appservices
- `deserialize_as_f64_or_string` has been extended to also support parsing integers, and renamed to
`deserialize_as_number_or_string` to reflect that.
- The http crate had a major version bump to version 1.1
Improvements: