From 43d44c04ff3af57d92e9c69e3fcaeba9ed79b1f3 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 27 Feb 2018 18:38:04 -0500 Subject: [PATCH] backport a changelog change from arma to 0.3.2 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bad9f1b93..dcae057a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -57,7 +57,7 @@ Changes in version 0.3.2.10 - 2018-03-?? - Tor will now support TLS1.3 once OpenSSL 1.1.1 is released. Previous versions of Tor would not have worked with OpenSSL 1.1.1, since they neither disabled TLS 1.3 nor enabled any of the - ciphersuites it requires. Here we enable the TLS 1.3 ciphersuites. + ciphersuites it requires. Now we enable the TLS 1.3 ciphersuites. Closes ticket 24978. o Minor features (geoip):