From 2164c40bbc4e6b4bb6f4d1bcc1792cf250d1c45e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Fri, 3 Nov 2023 09:59:22 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccca22b..0f2654e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + - Rename `url` to `icon` in `PublicKeyCredentialRpEntity` and ignore its content ([#9][]) - 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][]) [#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 ## [0.1.2] - 2022-03-07