add release notes

This commit is contained in:
Larry Ruane 2023-08-15 00:28:44 -06:00
parent 99396b2316
commit 21ad9f8375

View file

@ -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.