aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-12-17 10:35:13 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-12-17 10:35:13 +1300
commit2fe7cf448de8a87f7d1ed96ec753d440723536a3 (patch)
tree44ccfb9d82941f964cf829b22610ee8841854239 /CHANGELOG
parentfc724b664182195f9cf47dacd95afebc4fb00d87 (diff)
downloadmitmproxy-2fe7cf448de8a87f7d1ed96ec753d440723536a3.tar.gz
mitmproxy-2fe7cf448de8a87f7d1ed96ec753d440723536a3.tar.bz2
mitmproxy-2fe7cf448de8a87f7d1ed96ec753d440723536a3.zip
Release administrivia: changelog stub, contributors, bump to v1.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 320d3391..87d5a2c8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,21 @@
+18 December 2017: mitmproxy 1.0
+
+ * Mitmproxy is now Python 3 only
+
+ * 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
+ size, type and url, status bar improvements, much faster indentation for
+ HTTP views, and more.
+
+ * http2: significant improvements, but is temporarily disabled by default
+ due to wide-spread protocol implementation errors on some large website
+
+ * A myriad of other small improvements throughout the project.
+
+
16 October 2016: mitmproxy 0.18
* Python 3 Compatibility for mitmproxy and pathod (Shadab Zafar, GSoC 2016)