From 9ff602da7ebe3836d345d2048df65e8a8335299f Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Tue, 20 Sep 2022 12:38:04 +1000 Subject: [PATCH] doc: fix changelog --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1b7d6474..966710ecce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Waku message encoding and decoding is more generic, to enable upcoming feature such as [RLN](https://rfc.vac.dev/spec/17/) & [Noise](https://rfc.vac.dev/spec/43/); + it also enables separating the `version_1` module out to reduce bundle size and improve cross-platform compatibility when not used. +- Due to the change above, all APIs that handle messages have changed to receive a `Decoder` or `Encoder`. + ## [0.28.1] - 2022-09-20 ### Added @@ -17,9 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `queryCallbackOnPromise`'s return value has been simplified to `Promise`. - doc: clarified behaviour of `WakuStore` query functions. -- Waku message encoding and decoding is more generic, to enable upcoming feature such as [RLN](https://rfc.vac.dev/spec/17/) & [Noise](https://rfc.vac.dev/spec/43/); - it also enables separating the `version_1` module out to reduce bundle size and improve cross-platform compatibility when not used. -- Due to the change above, all APIs that handle messages have changed to receive a `Decoder` or `Encoder`. ### Deleted