From 0b039525426a4297d93f7ef53ccfc1c770cff132 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Thu, 19 Aug 2021 11:13:34 +1000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 583fb1f88a..882da06c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Renamed `discover.getStatusFleetNodes` to `discovery.getBootstrapNodes`; Changed the API to allow retrieval of bootstrap nodes from other sources. -- Examples: Renamed `eth-dm` to `eth-pm`: "Direct Message" can lead to confusion with "Direct Connection" that +- Examples: Renamed `eth-dm` to `eth-pm`; "Direct Message" can lead to confusion with "Direct Connection" that refers to low latency network connections. +- Examples (eth-pm): Use sign typed data EIP-712 instead of personal sign. ### Removed - Examples (cli-chat): The focus of this library is Web environment;