aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-11-16 14:22:20 +1300
committerAldo Cortesi <aldo@nullcube.com>2012-11-16 14:22:20 +1300
commit39fcc600a64701564a1a95f317e809957eaaee7f (patch)
tree8abd10810c73f65c37ebf7838675c65694053efd
parentef9cbe3b25face06f941a9f92aac5c79821e83bf (diff)
downloadmitmproxy-39fcc600a64701564a1a95f317e809957eaaee7f.tar.gz
mitmproxy-39fcc600a64701564a1a95f317e809957eaaee7f.tar.bz2
mitmproxy-39fcc600a64701564a1a95f317e809957eaaee7f.zip
Update changelog.
-rw-r--r--CHANGELOG8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9689209b..7d8f8c79 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-31 October 2012: pathod 0.3:
+16 November 2012: pathod 0.3:
A release focusing on shoring up our fuzzing capabilities, especially with
pathoc.
@@ -22,6 +22,12 @@
expanding random and generated portions, and logging a reproducible
specification.
+ * Streamline the specification langauge. HTTP response message is now
+ specified using the "r" mnemonic.
+
+ * Add a "u" mnemonic for specifying User-Agent strings. Add a set of
+ standard user-agent strings accessible through shortcuts.
+
* Major internal refactoring and cleanup.
* Many bugfixes.