8eeee945e358f19405e81792db0e16a1cad14bc0 release.2011-01-06
514c7ba501a1dd74d69ea2d0a2b4116802ada2b5 release.2011-01-12
72f9cb714f08b98c6a65ab2f2256fad6bb16967a release.2011-01-19
-72f9cb714f08b98c6a65ab2f2256fad6bb16967a release
<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>