aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-08-22 13:59:24 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-08-22 13:59:24 +1200
commit39cf10588631e4f3709f4ae521da214c5c7cadef (patch)
tree83c3e6bb6c28c4b8f5eec54c5d97858a38c58f81
parent95968ad558b9f0d6f0455298b3c7e245e39bbd73 (diff)
downloadmitmproxy-39cf10588631e4f3709f4ae521da214c5c7cadef.tar.gz
mitmproxy-39cf10588631e4f3709f4ae521da214c5c7cadef.tar.bz2
mitmproxy-39cf10588631e4f3709f4ae521da214c5c7cadef.zip
Add a changelog.
-rw-r--r--CHANGELOG21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 00000000..38053ffe
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,21 @@
+22 August 2012: pathod 0.2:
+
+ * Add pathoc, a pathological HTTP client.
+
+ * Add libpathod.test, a truss for using pathod in unit tests.
+
+ * Add an injection operator to the specification language.
+
+ * Allow Python escape sequences in value literals.
+
+ * Allow execution of requests and responses from file, using the new + operator.
+
+ * Add daemonization to Pathod, and make it more robust for public-facing use.
+
+ * Let pathod pick an arbitrary open port if -p 0 is specified.
+
+ * Move from Tornado to netlib, the network library written for mitmproxy.
+
+ * Move the web application to Flask.
+
+ * Massively expand the documentation.