diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-11-16 14:22:20 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-11-16 14:22:20 +1300 |
commit | 39fcc600a64701564a1a95f317e809957eaaee7f (patch) | |
tree | 8abd10810c73f65c37ebf7838675c65694053efd | |
parent | ef9cbe3b25face06f941a9f92aac5c79821e83bf (diff) | |
download | mitmproxy-39fcc600a64701564a1a95f317e809957eaaee7f.tar.gz mitmproxy-39fcc600a64701564a1a95f317e809957eaaee7f.tar.bz2 mitmproxy-39fcc600a64701564a1a95f317e809957eaaee7f.zip |
Update changelog.
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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. |