aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG13
1 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ac016116..264fadaa 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.