diff --git a/doc/release-notes-27052.md b/doc/release-notes-27052.md new file mode 100644 index 00000000000..37393c6fc91 --- /dev/null +++ b/doc/release-notes-27052.md @@ -0,0 +1,8 @@ +JSON-RPC +-------- + +The `getpeerinfo` RPC now returns an additional result field, +`last_block_announcement`, which indicates the most recent time +this peer was the first to announce a new block to the local node. +This timestamp, previously internal only, is used by the stale-tip +eviction logic.