From 40f1de76bee6f09c90c62fde8dace41482976f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Fri, 3 Nov 2023 10:01:25 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2654e..458469d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Truncate overlong `name` and `displayName` values for `PublicKeyCredentialEntity` instances ([#30][]) - Send empty response to clientPin instead of empty map ([#13][]) - Use references rather owned byte vectors to reduce the size of structs ([#16][]) +- Accept more than 12 algorithms ([#17][]) [#9]: https://github.com/solokeys/ctap-types/issues/9 [#30]: https://github.com/solokeys/fido-authenticator/issues/30 [#13]: https://github.com/solokeys/ctap-types/issues/13 [#16]: https://github.com/trussed-dev/ctap-types/pull/16 +[#17]: https://github.com/trussed-dev/ctap-types/pull/17 ## [0.1.2] - 2022-03-07