]> Cypherpunks repositories - gostls13.git/commitdiff
doc: note encoding/base64 unpadded encodings in go1.5.txt
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 22 Dec 2014 17:32:34 +0000 (09:32 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 22 Dec 2014 17:34:57 +0000 (17:34 +0000)
Change-Id: I04d2e83f86f021464190f0b0fe0e450cb4662ad9
Reviewed-on: https://go-review.googlesource.com/1971
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
doc/go1.5.txt

index a80f25382a458221fa7665251b16e373705fa936..307694f9efedcc5325934461f1b0cc9feb025e54 100644 (file)
@@ -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)