From 4ff61f4bf942479de68ce26c3c37f5eaebc704dd Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Tue, 12 Oct 2021 10:00:11 +1100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3adf660eea..b020c76a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - If the `callback` function passed to`WakuStore.queryHistory` returns `true`, then no further pages are retrieved from the store. +- Use webpack to build UMD bundle of the library. ### Changed - **Breaking**: Renamed `WakuStore.QueryOptions`'s `direction` to `pageDirection` (and its type) as it only affects the page ordering,