Skip to content

Commit 1661bf0

Browse files
griesemergopherbot
authored andcommitted
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 <[email protected]> TryBot-Bypass: Robert Griesemer <[email protected]> Reviewed-by: Robert Griesemer <[email protected]> Auto-Submit: Robert Griesemer <[email protected]>
1 parent 3c31998 commit 1661bf0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

doc/go1.22.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -418,12 +418,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
418418

419419
<dl id="go/version"><dt><a href="/pkg/go/version/">go/version</a></dt>
420420
<dd>
421-
<p><!-- https://go.dev/issue/62039 -->
422-
TODO: <a href="https://go.dev/issue/62039">https://go.dev/issue/62039</a>: package for handling Go version strings
423-
</p>
424-
425-
<p><!-- CL 538895 -->
426-
TODO: <a href="https://go.dev/cl/538895">https://go.dev/cl/538895</a>: go/version: add new package; modified api/next/62039.txt
421+
<p><!-- https://go.dev/issue/62039, https://go.dev/cl/538895 -->
422+
The new <a href="/pkg/go/version/"><code>go/version</code></a> package implements functions
423+
for validating and comparing Go version strings.
427424
</p>
428425
</dd>
429426
</dl><!-- go/version -->

0 commit comments

Comments
 (0)