Skip to content

Commit 0c817c2

Browse files
committed
Add authenticatorAttachment to NEWS
1 parent 8c165d8 commit 0c817c2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
== Version 2.3.0 (unreleased) ==
2+
3+
New features:
4+
5+
* (Experimental) Added `authenticatorAttachment` property to response objects:
6+
** NOTE: Experimental features may receive breaking changes without a major
7+
version increase.
8+
** Added method `getAuthenticatorAttachment()` to `PublicKeyCredential` and
9+
corresponding builder method
10+
`authenticatorAttachment(AuthenticatorAttachment)`.
11+
** Added method `getAuthenticatorAttachment()` to `RegistrationResult` and
12+
`AssertionResult`, which echo `getAuthenticatorAttachment()` from the
13+
corresponding `PublicKeyCredential`.
14+
** Thanks to GitHub user luisgoncalves for the contribution, see
15+
https://github.com/Yubico/java-webauthn-server/pull/250
16+
17+
118
== Version 2.2.0 ==
219

320
`webauthn-server-core`:

0 commit comments

Comments
 (0)