aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-02-21 18:54:39 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-02-21 18:55:31 +0100
commit91c3a99d481e88f03eb561f705f4de497330b81d (patch)
tree6f0b732785a0148d7579041ac6857e36f46cecc1 /CHANGELOG
parentb87b69be7e4262782589bf3218886adc4eda5df0 (diff)
downloadmitmproxy-91c3a99d481e88f03eb561f705f4de497330b81d.tar.gz
mitmproxy-91c3a99d481e88f03eb561f705f4de497330b81d.tar.bz2
mitmproxy-91c3a99d481e88f03eb561f705f4de497330b81d.zip
update CHANGELOG with 2.0.0 release
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 080bcd81..f276df61 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,26 @@
+21 February 2017: mitmproxy 2.0
+
+ * HTTP/2 is now enabled by default.
+
+ * Image ContentView: Parse images with Kaitai Struct (kaitai.io) instead of Pillow.
+ This simplifies installation, reduces binary size, and allows parsing in pure Python.
+
+ * Web: Add missing flow filters.
+
+ * Add transparent proxy support for OpenBSD.
+
+ * Check the mitmproxy CA for expiration and warn the user to regenerate it if necessary.
+
+ * Testing: Tremendous improvements, enforced 100% coverage for large parts of the
+ codebase, increased overall coverage.
+
+ * Enforce individual coverage: one source file -> one test file with 100% coverage.
+
+ * A myriad of other small improvements throughout the project.
+
+ * Numerous bugfixes.
+
+
26 December 2016: mitmproxy 1.0
* All mitmproxy tools are now Python 3 only! We plan to support Python 3.5 and higher.