Skip to content

Commit

Permalink
chore: fix 0.14.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jan 12, 2024
1 parent cde6359 commit 9fb1200
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@ 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
[#83]: https://github.com/nucypher/nucypher-core/pull/83
[#87]: https://github.com/nucypher/nucypher-core/pull/87


Expand Down

0 comments on commit 9fb1200

Please sign in to comment.