From c7f09de1b6ea01592abeb0c952a2428460ee086d Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Wed, 5 Apr 2023 11:49:55 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 3 +++ README.adoc | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ecac4d9..40f5ea7 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,7 @@ * Version 1.1.1 (unreleased) + ** Add community provided support for NetBSD. + ** Bugfix: Don't set length for largeBlob when offset is 0. + ** Bugfix: Remove print statement in webauthn parsing. * Version 1.1.0 (released 2022-10-17) ** Bugfix: Fix name of "crossOrigin" in CollectedClientData.create(). diff --git a/README.adoc b/README.adoc index 3a49f44..e965942 100644 --- a/README.adoc +++ b/README.adoc @@ -41,9 +41,9 @@ or the _COPYING.MPLv2_ file for the full license text. === Requirements -fido2 is compatible with Python 3.7 and later, and is tested on Windows, -MacOS, and Linux. Support for OpenBSD and FreeBSD is provided as-is and relies -on community contributions. +fido2 is compatible with Python 3.7 and later, and is tested on Windows, MacOS, +and Linux. Support for OpenBSD, FreeBSD, and NetBSD is provided as-is and +relies on community contributions. === Installation