From 39cf10588631e4f3709f4ae521da214c5c7cadef Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 22 Aug 2012 13:59:24 +1200 Subject: Add a changelog. --- CHANGELOG | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG 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. -- cgit v1.2.3