From fe7a55710d1219ea03c514de872d95de0a15eb45 Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Wed, 15 Sep 2021 15:37:49 +0200 Subject: [PATCH] Fix ASCIIdoc list formatting in NEWS --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 3d1303a90..b79f46cb2 100644 --- a/NEWS +++ b/NEWS @@ -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