From 3f4495e4d3f380c7619d9d0d1ef041b4063adfc8 Mon Sep 17 00:00:00 2001 From: Matt Molyneaux Date: Thu, 9 Apr 2020 11:52:34 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3fbdeb9..14c3687 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,25 @@ +.. _zero-one-one: + +0.1.1 +----- + +Added +~~~~~ + +- Allow settings of local HTTP server address and port. +- Added Python 3.8 support. + +Removed +~~~~~~~ + +*Nothing was removed in this release* + +Fixed +~~~~~ + +- Set ``Cache-Control`` to ``no-store`` on HTTP server respones +- HTTP server should ignore ``GET`` params and fragments + .. _zero-one-zero: 0.1.0