From: Brad Fitzpatrick Date: Fri, 19 Dec 2014 02:47:12 +0000 (+1100) Subject: doc: start go1.5.txt X-Git-Tag: go1.5beta1~2588 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7a8e897979c7436f0baa0f7996542dc3c39023f4;p=gostls13.git doc: start go1.5.txt Change-Id: I0f9cf081cb280f0a805ee7f5178a5cbed0d4ad88 Reviewed-on: https://go-review.googlesource.com/1842 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.5.txt b/doc/go1.5.txt new file mode 100644 index 0000000000..a80f25382a --- /dev/null +++ b/doc/go1.5.txt @@ -0,0 +1 @@ +crypto/tls: change default minimum version to TLS 1.0. (https://golang.org/cl/1791)