Notable changes =============== Updated REST APIs ----------------- - The `/headers/` and `/blockfilterheaders/` endpoints have been updated to use a query parameter instead of path parameter to specify the result count. The count parameter is now optional, and defaults to 5 for both endpoints. The old endpoints are still functional, and have no documented behaviour change. For `/headers`, use `GET /rest/headers/.?count=` instead of `GET /rest/headers//.` (deprecated) For `/blockfilterheaders/`, use `GET /rest/blockfilterheaders//.?count=` instead of `GET /rest/blockfilterheaders///.` (deprecated) (#24098)