aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-12-21 22:50:53 +0100
committerGitHub <noreply@github.com>2016-12-21 22:50:53 +0100
commit7a14a8cee535b44b9b478575b599e16e9b155111 (patch)
tree9a83b4b1a4093ad79e2f8bee4003568dd191f003 /CHANGELOG
parent0c18f7ec9e912ae9e97fc8315ab9d0b7ed2d845c (diff)
downloadmitmproxy-7a14a8cee535b44b9b478575b599e16e9b155111.tar.gz
mitmproxy-7a14a8cee535b44b9b478575b599e16e9b155111.tar.bz2
mitmproxy-7a14a8cee535b44b9b478575b599e16e9b155111.zip
Update CHANGELOG
update changelog
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.