Skip to content

Commit 4bf81f4

Browse files
committed
doc: correct ordering of go1.5 minor revisions
Fixes golang#13474 Change-Id: Ic86e54f6bc67db46504f7d43a0666647af308177 Reviewed-on: https://go-review.googlesource.com/17404 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 6dd4e5d commit 4bf81f4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/devel/release.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ <h2 id="go1.5">go1.5 (released 2015/08/19)</h2>
2121

2222
<h3 id="go1.5.minor">Minor revisions</h3>
2323

24-
<p>
25-
go1.5.2 (released 2015/12/02) includes bug fixes to the compiler, linker, and
26-
the <code>mime/multipart</code>, <code>net</code>, and <code>runtime</code>
27-
packages.
28-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.5.2">Go
29-
1.5.2 milestone</a> on our issue tracker for details.
30-
</p>
31-
3224
<p>
3325
go1.5.1 (released 2015/09/08) includes bug fixes to the compiler, assembler, and
3426
the <code>fmt</code>, <code>net/textproto</code>, <code>net/http</code>, and
@@ -37,6 +29,14 @@ <h3 id="go1.5.minor">Minor revisions</h3>
3729
1.5.1 milestone</a> on our issue tracker for details.
3830
</p>
3931

32+
<p>
33+
go1.5.2 (released 2015/12/02) includes bug fixes to the compiler, linker, and
34+
the <code>mime/multipart</code>, <code>net</code>, and <code>runtime</code>
35+
packages.
36+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.5.2">Go
37+
1.5.2 milestone</a> on our issue tracker for details.
38+
</p>
39+
4040
<h2 id="go1.4">go1.4 (released 2014/12/10)</h2>
4141

4242
<p>

0 commit comments

Comments
 (0)