]> Cypherpunks repositories - gostls13.git/commitdiff
release.2011-01-20 weekly.2011-01-20
authorRuss Cox <rsc@golang.org>
Thu, 20 Jan 2011 05:02:59 +0000 (00:02 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 20 Jan 2011 05:02:59 +0000 (00:02 -0500)
R=r, adg
CC=golang-dev
https://golang.org/cl/3998045

.hgtags
doc/devel/release.html

diff --git a/.hgtags b/.hgtags
index 6dc5aeb37bff24fd08e579f7882142df16c934a1..beed920f7d45d23da142a0f5697e8951b90a92ab 100644 (file)
--- a/.hgtags
+++ b/.hgtags
@@ -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
index 6bba134e979f55837fe7f7d4cc185bc371c16c36..e1c0963eacee3dfb16ef8ade69386d817da171e6 100644 (file)
@@ -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>