From 39d9650f3246b49df9b343d7fb0f84cf348385f0 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Tue, 5 Dec 2023 13:01:30 -0800 Subject: [PATCH] doc: add release note for new go/version package For #62039. Change-Id: Id19a4c06489ad24dc44c7caf2405d155d96c6fcb Reviewed-on: https://go-review.googlesource.com/c/go/+/547695 Reviewed-by: Michael Knyszek TryBot-Bypass: Robert Griesemer Reviewed-by: Robert Griesemer Auto-Submit: Robert Griesemer --- doc/go1.22.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/go1.22.html b/doc/go1.22.html index fb45dfe45f9b9..e7f7e48889552 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -418,12 +418,9 @@

Minor changes to the library

go/version
-

- TODO: https://go.dev/issue/62039: package for handling Go version strings -

- -

- TODO: https://go.dev/cl/538895: go/version: add new package; modified api/next/62039.txt +

+ The new go/version package implements functions + for validating and comparing Go version strings.