From 8c66022a18e61f80b83243a12701380801f52fed Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 14 Jul 2021 15:35:46 +1000 Subject: [PATCH] Update changelog for Karma --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d30c16828..d6f8a81370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New `peers` and `randomPeer` methods on `WakuStore` and `WakuLightPush` to have a better idea of available peers; Note that it does not check whether Waku node is currently connected to said peers. - Enable passing decryption private keys to `WakuStore.queryHistory`. +- Test: Introduce testing in browser environment (Chrome) using Karma. ### Changed - **Breaking**: Auto select peer if none provided for store and light push protocols.