Skip to content

Commit 996ed3b

Browse files
committed
doc: update 1.7 release notes on Unicode upgrade
Fixes #16201 Change-Id: I38c17859db78c2868905da24217e0ad47739c320 Reviewed-on: https://go-review.googlesource.com/24541 Run-TryBot: Marcel van Lohuizen <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 3001334 commit 996ed3b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/go1.7.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,3 +1222,15 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
12221222
</p>
12231223
</dd>
12241224
</dl>
1225+
1226+
1227+
<dl id="unicode"><dt><a href="/pkg/unicode/">unicode</a></dt>
1228+
1229+
<dd>
1230+
<p>
1231+
The <a href="/pkg/unicode/"><code>unicode</code></a> package and associated
1232+
support throughout the system has been upgraded from version 8.0 to
1233+
<a href="http://www.unicode.org/versions/Unicode9.0.0/">Unicode 9.0</a>.
1234+
</p>
1235+
</dd>
1236+
</dl>

0 commit comments

Comments
 (0)