From d3ca607258cb844d9882aa0ed36f8749760fb9ff Mon Sep 17 00:00:00 2001 From: nisdas Date: Fri, 6 Sep 2024 18:31:46 +0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 350a871ef228..ab95b0cd33d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve - `grpc-gateway-port` is renamed to http-port. The old name can still be used as an alias. - `grpc-gateway-corsdomain` is renamed to http-cors-domain. The old name can still be used as an alias. - `api-timeout` is changed from int flag to duration flag, default value updated. +- Updated Libp2p Dependencies to allow prysm to use gossipsub v1.2 . ### Deprecated - `--disable-grpc-gateway` flag is deprecated due to grpc gateway removal.