Skip to content

Commit

Permalink
Add authenticatorAttachment to NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Dec 16, 2022
1 parent 8c165d8 commit 0c817c2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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`:
Expand Down

0 comments on commit 0c817c2

Please sign in to comment.