From b46a4b58d8d66a74cfc720075943c6a3801116f7 Mon Sep 17 00:00:00 2001 From: Jernej Kos Date: Wed, 25 Aug 2021 21:38:24 +0200 Subject: [PATCH] Update changelog entry for #4217 --- .changelog/4217.internal.md | 4 ++++ .changelog/4217.trivial.md | 0 2 files changed, 4 insertions(+) create mode 100644 .changelog/4217.internal.md delete mode 100644 .changelog/4217.trivial.md diff --git a/.changelog/4217.internal.md b/.changelog/4217.internal.md new file mode 100644 index 00000000000..679e458bd4a --- /dev/null +++ b/.changelog/4217.internal.md @@ -0,0 +1,4 @@ +go/roothash: Remove `GetLatestBlock` from `BlockHistory` interface + +Instead developers should use `GetBlock` or `GetAnnotatedBlock` with the +special `RoundLatest` value to get the latest block or annotated block. diff --git a/.changelog/4217.trivial.md b/.changelog/4217.trivial.md deleted file mode 100644 index e69de29bb2d..00000000000