From b9f5cd7229a150eded7c6625b689d3ad1fcca903 Mon Sep 17 00:00:00 2001 From: Jason Frame Date: Tue, 6 Apr 2021 11:33:42 +1000 Subject: [PATCH] update changelog for 21.3.0 release (#390) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2861272b7..b61683602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## Next Release +## 21.3.0 + +### Features Added +- Metrics on Vertx event loop and worker thread pools + +### Bugs Fixed +- Eth2 slashing protection pruning on startup now runs on a separate thread, so it doesn't block application startup and http requests +- Eth2 slashing protection pruning was deleting the incorrect amount of data in some cases + ## 21.2.0 ### Features Added