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.