Update NEWS.

This commit is contained in:
Dain Nilsson 2023-04-05 11:49:55 +02:00
parent 50d0306a2d
commit c7f09de1b6
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
2 changed files with 6 additions and 3 deletions

3
NEWS
View File

@ -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().

View File

@ -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