From 0c817c2675838a076b99bd36bb17891bb99d3eea Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Fri, 16 Dec 2022 16:44:20 +0100 Subject: [PATCH] Add authenticatorAttachment to NEWS --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index 3cc5ee846..57d91e86f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +== Version 2.3.0 (unreleased) == + +New features: + +* (Experimental) Added `authenticatorAttachment` property to response objects: + ** NOTE: Experimental features may receive breaking changes without a major + version increase. + ** Added method `getAuthenticatorAttachment()` to `PublicKeyCredential` and + corresponding builder method + `authenticatorAttachment(AuthenticatorAttachment)`. + ** Added method `getAuthenticatorAttachment()` to `RegistrationResult` and + `AssertionResult`, which echo `getAuthenticatorAttachment()` from the + corresponding `PublicKeyCredential`. + ** Thanks to GitHub user luisgoncalves for the contribution, see + https://github.com/Yubico/java-webauthn-server/pull/250 + + == Version 2.2.0 == `webauthn-server-core`: