]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.14: move "Minor changes to the library" heading up
authorDmitri Shuralyov <dmitshur@golang.org>
Fri, 31 Jan 2020 18:21:57 +0000 (13:21 -0500)
committerDmitri Shuralyov <dmitshur@golang.org>
Fri, 31 Jan 2020 18:50:59 +0000 (18:50 +0000)
This heading was below the minor changes to the standard library.
It should be on top.

Many of the minor changes have been documented, so remove the broad
TODO comment. It is still a TODO to highlight more prominent changes
to the library, if there are any, under the "Core library" heading.

Updates #36878

Change-Id: If7fd9af9a933af917523e33fd2922c5f3c02c98b
Reviewed-on: https://go-review.googlesource.com/c/go/+/217277
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
doc/go1.14.html

index d850c1ca9ae19af56a42db433910fb7e254f7596..655144201fc11cb87e7c3d330d25fa55a60f23dd 100644 (file)
@@ -428,6 +428,14 @@ appropriately.)
 TODO
 </p>
 
+<h3 id="minor_library_changes">Minor changes to the library</h3>
+
+<p>
+  As always, there are various minor changes and updates to the library,
+  made with the Go 1 <a href="/doc/go1compat">promise of compatibility</a>
+  in mind.
+</p>
+
 <dl id="hash/maphash"><dt><a href="/pkg/hash/maphash">hash/maphash</a></dt>
   <dd>
     <p><!-- CL 186877 -->
@@ -742,15 +750,3 @@ TODO
     </p>
   </dd>
 </dl><!-- unicode -->
-
-<h3 id="minor_library_changes">Minor changes to the library</h3>
-
-<p>
-  As always, there are various minor changes and updates to the library,
-  made with the Go 1 <a href="/doc/go1compat">promise of compatibility</a>
-  in mind.
-</p>
-
-<p>
-TODO
-</p>