doc: release note for #27826

This commit is contained in:
Sjors Provoost
2025-04-15 07:48:48 -04:00
parent f9fa28788e
commit abe43dfadd

View File

@@ -0,0 +1,4 @@
- Logs now include which peer sent us a header. Additionaly there are fewer
redundant header log messages. A side-effect of this change is that for
some untypical cases new headers aren't logged anymore, e.g. a direct
`BLOCK` message with a previously unknown header and `submitheader` RPC. (#27826)