From ea1f35b8dd35faabcc6285b0dd93b4e5b8448145 Mon Sep 17 00:00:00 2001 From: Piotr Roslaniec Date: Fri, 12 Jan 2024 15:29:29 +0100 Subject: [PATCH] chore: fix 0.14.0 changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd91325..c6ef6a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Fixed Python typings for `ThresholdMessageKit.decrypt_with_shared_secret()` and `combine_decryption_shares_simple()` ([#84]) - Inlined WASM modules to simplify packaging for WASM users ([#83]) ### Added - Support for Python 3.11-3.12 ([#87]) +### Fixed + +- Fixed Python typings for `ThresholdMessageKit.decrypt_with_shared_secret()` and `combine_decryption_shares_simple()` ([#84]) + + [#84]: https://github.com/nucypher/nucypher-core/pull/84 [#87]: https://github.com/nucypher/nucypher-core/pull/87