From 33e24f6aff310dcf8c9fcf59d56f9d04ffdd59d4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:16:41 +0000 Subject: [PATCH] Refine release notes format to match established style Co-authored-by: MariusVanDerWijden <16664698+MariusVanDerWijden@users.noreply.github.com> --- RELEASE_NOTES_v1.16.6.md | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/RELEASE_NOTES_v1.16.6.md b/RELEASE_NOTES_v1.16.6.md index 8ce12b470c..1eab6b42a5 100644 --- a/RELEASE_NOTES_v1.16.6.md +++ b/RELEASE_NOTES_v1.16.6.md @@ -1,8 +1,8 @@ -# Geth v1.16.6 Release Notes + This is a maintenance release with bug fixes, performance improvements, and several enhancements. -## All Changes +### All Changes ### Core @@ -50,28 +50,7 @@ This is a maintenance release with bug fixes, performance improvements, and seve - Fixed `ChainConfig` logging to display actual timestamp values instead of pointer addresses. (#32766) - Removed unused variables and improved code clarity. (#32989) -## Contributors -We would like to thank all contributors who helped make this release possible: -- @maradini77 -- @hero5512 -- @wit765 -- @MamunC0der -- @jsvisa -- @alarso16 -- @anim001k -- @cuiweixie -- @rizkyikiw42 -- @mask-pp -- @CertiK-Geth -- @lightclient -- @futreall -- @gballet -- @rjl493456442 -- @fjl -- and all others who contributed through testing, bug reports, and code reviews - ---- For a full rundown of the changes please consult the Geth 1.16.6 [release milestone](https://github.com/ethereum/go-ethereum/milestone/195?closed=1).