From 96444f3345e6e17d7d9bdff82d3822dd4a47c99b Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Fri, 2 Nov 2018 15:13:53 +0100 Subject: [PATCH] Changelog --- CHANGELOG.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1aa4eaf3..217efbcd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,9 +10,11 @@ This project adheres to `Semantic Versioning `_. ------------------------- * Added ``--style=auto`` which follows the terminal ANSI color styles. +* Added support for selecting TLS 1.3 via ``--ssl=tls1.3`` + (available once implemented in upstream libraries). * Added ``true``/``false`` as valid values for ``--verify`` (in addition to ``yes``/``no``) and the boolean value is case-insensitive. -* Changed the default ``--style`` from ``solarized`` to ``auto`` (except for Windows). +* Changed the default ``--style`` from ``solarized`` to ``auto`` (on Windows it stays ``fruity``). * Fixed default headers being incorrectly case-sensitive. * Removed Python 2.6 support.