summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-10-24 00:48:34 -0400
committerRuss Cox <rsc@golang.org>2014-10-24 00:48:34 -0400
commitdf1b228c08ebf34d3186ca907ef98eee2c831252 (patch)
tree65ad3196387cb7a438501a5c7591f54bcefcc54a /doc
parentd3bf92e00a743b66dfd2669cea9411f96c13782d (diff)
downloadgo-df1b228c08ebf34d3186ca907ef98eee2c831252.tar.gz
doc/go1.4: encoding/csv
CC=golang-codereviews https://codereview.appspot.com/162140043
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index ae52562df..78f46a329 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)