From 7265a8560cea928b204fb4ee944d400db4892362 Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Fri, 8 Jan 2021 13:17:35 +0100 Subject: [PATCH] Add a changelog Fixes #45 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b78c43b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# 0.12.0 + +- Add facilities to allow clients to follow HTTP 3XX redirects. +- Allow accepting unmasked clients on the server side to be compatible with some legacy / invalid clients. +- Update of dependencies and documentation fixes.