Skip to content

Commit

Permalink
doc/go1.14: mention update to Unicode 12
Browse files Browse the repository at this point in the history
Updates #36878

Change-Id: Ia8441de8a04fead1f76c72f662bcb877e2265c3e
Reviewed-on: https://go-review.googlesource.com/c/go/+/217133
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
ianlancetaylor committed Jan 31, 2020
1 parent 4fda21b commit 862a57d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/go1.14.html
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,17 @@ <h2 id="library">Core library</h2>
</p>
</dl><!-- testing -->

<dl id="unicode"><dt><a href="/pkg/unicode/">unicode</a></dt>
<dd>
<p>
The <a href="/pkg/unicode/"><code>unicode</code></a> package and associated
support throughout the system has been upgraded from Unicode 11.0 to
<a href="https://www.unicode.org/versions/Unicode12.0.0/">Unicode 12.0</a>,
which adds 554 new characters, including four new scripts, and 61 new emoji.
</p>
</dd>
</dl><!-- unicode -->

<h3 id="minor_library_changes">Minor changes to the library</h3>

<p>
Expand Down

0 comments on commit 862a57d

Please sign in to comment.