From 7a14a8cee535b44b9b478575b599e16e9b155111 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 21 Dec 2016 22:50:53 +0100 Subject: [PATCH] Update CHANGELOG update changelog --- CHANGELOG | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ac0161165..264fadaad 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,20 +1,21 @@ 18 December 2016: mitmproxy 1.0 - * Mitmproxy is now Python 3 only + * All mitmproxy tools are now Python 3 only! We plan to support Python 3.5 and higher. - * The config file format is now a single YAML file. In most cases, + * Configuration: The config file format is now a single YAML file. In most cases, converting to the new format should be trivial - please see the docs for more information. - * console: significant UI improvements - including sorting of flows by + * Console: Significant UI improvements - including sorting of flows by size, type and url, status bar improvements, much faster indentation for HTTP views, and more. - * HTTP/2: significant improvements, but is temporarily disabled by default + * HTTP/2: Significant improvements, but is temporarily disabled by default due to wide-spread protocol implementation errors on some large website - * websockets: the protocol implementation is now mature, and is enabled by - default. Complete UI support is coming in the next release. + * WebSocket: The protocol implementation is now mature, and is enabled by + default. Complete UI support is coming in the next release. Hooks for + message interception and manipulation are available. * A myriad of other small improvements throughout the project.