Skip to content

Commit

Permalink
Fix ASCIIdoc list formatting in NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Sep 16, 2021
1 parent 21d6b8a commit fe7a557
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ New features:
* Added support for the `appidExclude`, `credProps`, `largeBlob` and `uvm`
extensions.
* Added support for the new `authenticatorSelectionCriteria.residentKey` option:
* Added method
** Added method
`AuthenticatorSelectionCriteria.builder().residentKey(ResidentKeyRequirement)`.
* Added method `AuthenticatorSelection.getResidentKey()`.
* Methods `builder().requireResidentKey(boolean)` and `isRequireResidentKey()`
** Added method `AuthenticatorSelection.getResidentKey()`.
** Methods `builder().requireResidentKey(boolean)` and `isRequireResidentKey()`
deprecated in favor of the above two new methods.
* The builder methods `requireResidentKey(boolean)` and
** The builder methods `requireResidentKey(boolean)` and
`residentKey(ResidentKeyRequirement)` both control one shared setting, which
sets both the `requireResidentKey` and `residentKey` options simultaneously
and in agreement with each other for backwards compatibility with older
Expand Down

0 comments on commit fe7a557

Please sign in to comment.