diff --git a/CHANGELOG.md b/CHANGELOG.md index fc5bc49ea7..3d92fedbe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Support of the `waku2` ENR key: When using DNS Discovery, wanted node capabilities (e.g. relay, store) must be passed. + ### Changed - Prefer the use of `BigInt` over integer literal (`n` postfix) to facilitate the use of a polyfill.