Skip to content

Commit f8a2209

Browse files
committed
[release-branch.go1.9] doc: document Go 1.9.3
Change-Id: Ic7a5d3118754b34ab0652fcef889259a03baebc3 Reviewed-on: https://go-review.googlesource.com/88536 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-on: https://go-review.googlesource.com/88678 Run-TryBot: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Andrew Bonventre <[email protected]>
1 parent a94581d commit f8a2209

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

doc/devel/release.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ <h3 id="go1.9.minor">Minor revisions</h3>
4949
1.9.2 milestone</a> on our issue tracker for details.
5050
</p>
5151

52+
<p>
53+
go1.9.3 (released 2018/01/19) includes fixes to the compiler, runtime,
54+
and the <code>database/sql</code>, <code>math/big</code>, <code>net/http</code>,
55+
and <code>net/url</code> packages.
56+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.3">Go
57+
1.9.3 milestone</a> on our issue tracker for details.
58+
</p>
59+
5260
<h2 id="go1.8">go1.8 (released 2017/02/16)</h2>
5361

5462
<p>
@@ -272,7 +280,7 @@ <h3 id="go1.3.minor">Minor revisions</h3>
272280
</p>
273281

274282
<p>
275-
go1.3.3 (released 2014/09/30) includes further bug fixes to cgo, the runtime package, and the nacl port.
283+
go1.3.3 (released 2014/09/30) includes further bug fixes to cgo, the runtime package, and the nacl port.
276284
See the <a href="https://github.com/golang/go/commits/go1.3.3">change history</a> for details.
277285
</p>
278286

@@ -336,7 +344,7 @@ <h2 id="go1">go1 (released 2012/03/28)</h2>
336344
</p>
337345

338346
<p>
339-
The go1 release corresponds to
347+
The go1 release corresponds to
340348
<code><a href="weekly.html#2012-03-27">weekly.2012-03-27</a></code>.
341349
</p>
342350

@@ -352,7 +360,7 @@ <h3 id="go1.minor">Minor revisions</h3>
352360

353361
<p>
354362
go1.0.2 (released 2012/06/13) was issued to fix two bugs in the implementation
355-
of maps using struct or array keys:
363+
of maps using struct or array keys:
356364
<a href="//golang.org/issue/3695">issue 3695</a> and
357365
<a href="//golang.org/issue/3573">issue 3573</a>.
358366
It also includes many minor code and documentation fixes.

0 commit comments

Comments
 (0)