Skip to content

Commit 91afa1f

Browse files
committed
Update CHANGELOG for v2.7.1
1 parent 6ea6638 commit 91afa1f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v2.7.1
4+
5+
**Changes:**
6+
7+
- This project now uses the [pyasn1](https://github.com/pyasn1/pyasn1/) library to parse ASN.1-encoded values ([#263](https://github.com/duo-labs/py_webauthn/pull/263), h/t @ggirol-rc)
8+
- Some bare `dict` type annotations have been replaced with `Dict[str, Any]` to satisfy stricter type checking setups ([#262](https://github.com/duo-labs/py_webauthn/pull/262), h/t @typestring)
9+
310
## v2.7.0
411

512
**Changes:**

0 commit comments

Comments
 (0)