Commit ca2cb382 authored by Russ Cox's avatar Russ Cox

[release-branch.r57] doc: release.r57

««« CL 4457049 / d222384d1bad
doc: release.r57

R=golang-dev, r, adg, r2
CC=golang-dev
https://golang.org/cl/4457049
»»»

R=golang-dev
TBR=r
CC=golang-dev
https://golang.org/cl/4431087
parent 658a82a1
...@@ -139,9 +139,8 @@ h1#title { ...@@ -139,9 +139,8 @@ h1#title {
padding: 0; padding: 0;
} }
#content h2 { #content h2 {
border-top: 1px solid #ddd; border-top: 2px solid #ddd;
background: #E2E7F0; padding: 8px 5px;
padding: 5px;
margin: 1.5em 0 0; margin: 1.5em 0 0;
} }
#content .subtitle { #content .subtitle {
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
<ul> <ul>
<li><a href="roadmap.html">Roadmap</a></li> <li><a href="roadmap.html">Roadmap</a></li>
<li><a href="release.html">Release History</a></li> <li><a href="release.html">Release history</a></li>
<li><a href="weekly.html">Weekly snapshot history</a></li>
<li><a href="http://godashboard.appspot.com">Build and benchmark status</a></li> <li><a href="http://godashboard.appspot.com">Build and benchmark status</a></li>
</ul> </ul>
<ul> <ul>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -45,11 +45,7 @@ Debugger. ...@@ -45,11 +45,7 @@ Debugger.
<li> <li>
App Engine support. App Engine support.
<li> <li>
Improved CGO including some mechanism for calling back from C to Go.
<li>
Improved implementation documentation. Improved implementation documentation.
<li>
Faster, allocation-light reflection.
</ul> </ul>
<h4 id="Gc_roadmap"> <h4 id="Gc_roadmap">
...@@ -91,8 +87,6 @@ Packages roadmap</h4> ...@@ -91,8 +87,6 @@ Packages roadmap</h4>
<ul> <ul>
<li> <li>
Faster, allocation-light reflection.
<li>
Faster, RE2-like regular expressions. Faster, RE2-like regular expressions.
<li> <li>
Comprehensive support for international text. Comprehensive support for international text.
...@@ -134,4 +128,8 @@ Package manager (goinstall). ...@@ -134,4 +128,8 @@ Package manager (goinstall).
A means of recovering from a panic (recover). A means of recovering from a panic (recover).
<li> <li>
5g: Better floating point support. 5g: Better floating point support.
<li>
Improved CGO including some mechanism for calling back from C to Go.
<li>
Faster, allocation-light reflection.
</ul> </ul>
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment