chore: Add changelogs

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille
2026-07-19 11:34:52 +02:00
committed by Ivan Enderlin
parent dd2aaa6159
commit 5226a7521d
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
[**breaking**] `ClientBuildError::WellKnownLookupFailed` inner type is now
`Box`ed to reduce the error enum's size.

View File

@@ -0,0 +1,3 @@
[**breaking**] `QRCodeGrantLoginError::UnexpectedMessage`'s `received` field
type and `ClientBuildError::AutoDiscovery`'s inner type are now `Box`ed to
reduce the error enums' sizes.