From b93479e353e86fa6cd907d79a9d8e3f6dadec8f3 Mon Sep 17 00:00:00 2001 From: Daniel Bennett Date: Mon, 9 Jun 2025 15:04:34 -0400 Subject: [PATCH] release: add changelog for pr 25921 (ipv6 addr normalization) (#26016) --- .changelog/25921.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/25921.txt diff --git a/.changelog/25921.txt b/.changelog/25921.txt new file mode 100644 index 000000000..bdc13be62 --- /dev/null +++ b/.changelog/25921.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ipv6: bind and advertise addresses are now made to adhere to RFC-5942 ยง4 (reference: https://www.rfc-editor.org/rfc/rfc5952.html#section-4) +```