Update changelog

This commit is contained in:
Franck Royer 2022-01-14 12:49:40 +11:00
parent 2c16f0befb
commit 8e591f22db
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Implement DNS Discovery as per [EIP-1459](https://eips.ethereum.org/EIPS/eip-1459),
with ENR records as defined in [31/WAKU2-ENR](https://rfc.vac.dev/spec/31/);
Available by passing `{ bootstrap: { enrUrl: enrtree://... } }` to `Waku.create`.
### Changed
- Test: Upgrade nim-waku node to v0.6.