Skip to content

Commit 0c8f53b

Browse files
committed
Update CHANGELOG for v2.7.0
1 parent c05afd3 commit 0c8f53b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

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

3+
## v2.7.0
4+
5+
**Changes:**
6+
7+
- The `webauthn.helpers.options_to_json_dict` helper has a new, optional `bytes_encoder` argument that accepts a `Callable[[bytes], Any]` method. This enables the use of custom encoding logic when serializing `bytes` values. When this argument is unspecified, `bytes` values will continue to be encoded into Base64URL ([#257](https://github.com/duo-labs/py_webauthn/pull/257))
8+
39
## v2.6.0
410

511
**Changes:**

0 commit comments

Comments
 (0)