Commit 34c1b13c authored by Russ Cox's avatar Russ Cox

release.2011-01-20

R=r, adg
CC=golang-dev
https://golang.org/cl/3998045
parent f2b5a074
......@@ -47,4 +47,3 @@ f7e692dc29b02fba8e5d59b967880a347b53607c release.2010-12-02
8eeee945e358f19405e81792db0e16a1cad14bc0 release.2011-01-06
514c7ba501a1dd74d69ea2d0a2b4116802ada2b5 release.2011-01-12
72f9cb714f08b98c6a65ab2f2256fad6bb16967a release.2011-01-19
72f9cb714f08b98c6a65ab2f2256fad6bb16967a release
......@@ -5,6 +5,20 @@
<p>This page summarizes the changes between tagged releases of Go.
For full details, see the <a href="http://code.google.com/p/go/source/list">Mercurial change log</a>.</p>
<h3 id="2011-01-20">2011-01-20</h3>
<pre>
This release removes the float and complex types from the language.
The default type for a floating point literal is now float64, and
the default type for a complex literal is now complex128.
Existing code that uses float or complex must be rewritten to
use explicitly sized types.
The two-argument constructor cmplx is now spelled complex.
</pre>
<h3 id="2011-01-19">2011-01-19</h3>
<pre>
......
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