From: Russ Cox Date: Fri, 24 Oct 2014 04:48:34 +0000 (-0400) Subject: doc/go1.4: encoding/csv X-Git-Tag: go1.4beta1~52 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=737a9e0da87da05f8655c5a2ab258a679cc3f641;p=gostls13.git doc/go1.4: encoding/csv CC=golang-codereviews https://golang.org/cl/162140043 --- diff --git a/doc/go1.4.txt b/doc/go1.4.txt index ae52562df9..78f46a3296 100644 --- a/doc/go1.4.txt +++ b/doc/go1.4.txt @@ -26,6 +26,7 @@ crypto/tls: add support for ALPN (RFC 7301) (CL 108710046) crypto/tls: support programmatic selection of server certificates (CL 107400043) flag: it is now an error to set a flag multiple times (CL 156390043) fmt: print type *map[T]T as &map[k:v] (CL 154870043) +encoding/csv: do not quote empty strings, quote \. (CL 164760043) encoding/gob: remove unsafe (CL 102680045) misc: deleted editor support; refer to https://code.google.com/p/go-wiki/wiki/IDEsAndTextEditorPlugins instead (CL 105470043) net/http: add Request.BasicAuth method (CL 76540043)