From 4114a523c204e846e55f2a7cc9b0c1b81bdc98ef Mon Sep 17 00:00:00 2001 From: stratospher <44024636+stratospher@users.noreply.github.com> Date: Mon, 13 Mar 2023 13:14:54 +0530 Subject: [PATCH] doc: add release notes for #26988 --- doc/release-notes-26988.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/release-notes-26988.md diff --git a/doc/release-notes-26988.md b/doc/release-notes-26988.md new file mode 100644 index 00000000000..f64c6e5fe1f --- /dev/null +++ b/doc/release-notes-26988.md @@ -0,0 +1,5 @@ +Tools and Utilities +-------- + +- CLI -addrinfo previously (v22 - v28) returned addresses known to the node after filtering for quality and recency. + It now returns all the addresses known to the node. (#26988) \ No newline at end of file