From 7a8e897979c7436f0baa0f7996542dc3c39023f4 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 19 Dec 2014 13:47:12 +1100 Subject: [PATCH] doc: start go1.5.txt Change-Id: I0f9cf081cb280f0a805ee7f5178a5cbed0d4ad88 Reviewed-on: https://go-review.googlesource.com/1842 Reviewed-by: Brad Fitzpatrick --- doc/go1.5.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/go1.5.txt 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) -- 2.50.0