From: Josh Bleecher Snyder Date: Mon, 22 Dec 2014 17:32:34 +0000 (-0800) Subject: doc: note encoding/base64 unpadded encodings in go1.5.txt X-Git-Tag: go1.5beta1~2570 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=466118c5c7d97681a1a2ef5f6027ac7f344575b0;p=gostls13.git doc: note encoding/base64 unpadded encodings in go1.5.txt Change-Id: I04d2e83f86f021464190f0b0fe0e450cb4662ad9 Reviewed-on: https://go-review.googlesource.com/1971 Reviewed-by: Josh Bleecher Snyder --- diff --git a/doc/go1.5.txt b/doc/go1.5.txt index a80f25382a..307694f9ef 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -1 +1,2 @@ crypto/tls: change default minimum version to TLS 1.0. (https://golang.org/cl/1791) +encoding/base64: add unpadded encodings (https://golang.org/cl/1511)