Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Sep 14, 2022
1 parent 21f657f commit 7c3d605
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Conditions and context are now strings instead of bytestrings. (#[33])
- Methods taking `VerifiedCapsuleFrag` objects use "vcfrag" instead of "cfrag" for their names and the names of the corresponding parameters. (#[33])


### Added

- `conditions` getters in `MessageKit` and `RetrievalKit` in WASM bindings. (#[32])
- Attributes `MessageKit.conditions`, `ReencryptionRequest.conditions`, and `ReencryptionRequest.context` in Python typing stubs. ([#32])
- `Conditions` and `Context` newtypes, to be used instead of raw objects. (#[33])
- `MessageKit`, `RetrievalKit`, and `ReencryptionRequest` protocol versions bumped to v1.1. (#[33])


[#32]: https://github.com/nucypher/nucypher-core/pull/32
[#33]: https://github.com/nucypher/nucypher-core/pull/33


## [0.4.0-alpha.0] - 2022-09-07
Expand Down

0 comments on commit 7c3d605

Please sign in to comment.