Update changelog for Karma

This commit is contained in:
Franck Royer 2021-07-14 15:35:46 +10:00
parent 06ee0ac1d8
commit 8c66022a18
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 0 deletions

View File

@ -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.