From 7c3d6051da966e1a2bae3fada017e07cdbe32baa Mon Sep 17 00:00:00 2001 From: Bogdan Opanchuk Date: Wed, 14 Sep 2022 15:39:58 -0700 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36bb6f5d..de26a1da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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