From 2dcb015470f1df610256621bec76057e6ee8d63b Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:09:25 +0200 Subject: [PATCH] Update CHANGELOG.md (#14753) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3784c3cb3..bc541a7415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2579,7 +2579,7 @@ There are two known issues with this release: - Bellatrix support. See [kiln testnet instructions](https://hackmd.io/OqIoTiQvS9KOIataIFksBQ?view) - Weak subjectivity sync / checkpoint sync. This is an experimental feature and may have unintended side effects for certain operators serving historical data. See - the [documentation](https://docs.prylabs.network/docs/next/prysm-usage/checkpoint-sync) for more details. + the [documentation](https://docs.prylabs.network/docs/prysm-usage/checkpoint-sync) for more details. - A faster build of blst for beacon chain on linux amd64. Use the environment variable `USE_PRYSM_MODERN=true` with prysm.sh, use the "modern" binary, or bazel build with `--define=blst_modern=true`. - Vectorized sha256. This may have performance improvements with use of the new flag `--enable-vectorized-htr`.