Skip to content

Commit f84e173

Browse files
committed
Merge split groups of release note items
1 parent 1dcf430 commit f84e173

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

NEWS

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ New features:
77
* Added support for RS384 and RS512 signature algorithms.
88
** Thanks to GitHub user JohnnyJayJay for the contribution, see
99
https://github.com/Yubico/java-webauthn-server/pull/235
10+
* Added `userHandle` field to `AssertionRequest` as part of the second bug fix
11+
below. `userHandle` is mutually exclusive with `username`. This was originally
12+
released in pre-release `1.12.3-RC3`, but was accidentally left out of the
13+
`1.12.3` release.
1014

1115
Fixes:
1216

@@ -26,13 +30,6 @@ Fixes:
2630
the JSON output was not backwards compatible with browsers that only support
2731
the Level 1 version of the WebAuthn spec.
2832

29-
New features:
30-
31-
* Added `userHandle` field to `AssertionRequest` as part of above bug fix.
32-
`userHandle` is mutually exclusive with `username`. This was originally
33-
released in pre-release `1.12.3-RC3`, but was accidentally left out of the
34-
`1.12.3` release.
35-
3633

3734
`webauthn-server-attestation`:
3835

0 commit comments

Comments
 (0)