From c720d90b53515a99d115b13fc630fac434c28c50 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 15 Oct 2018 22:08:07 +0200 Subject: [PATCH] docs: v2.2.1 release notes --- docs/changelog.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6200a863..b6d7d1b6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,12 +5,14 @@ Changelog This changelog is used to track all major changes to Mopidy. -v2.2.1 (UNRELEASED) +v2.2.1 (2018-10-15) =================== -- HTTP: Stop blocking connections where the network location part of the Origin - header is empty, such as websocket connections originating from local files. - (Fixes: :issue:`1711`, PR: :issue:`1712`) +Bug fix release. + +- HTTP: Stop blocking connections where the network location part of the + ``Origin`` header is empty, such as WebSocket connections originating from + local files. (Fixes: :issue:`1711`, PR: :issue:`1712`) - HTTP: Add new config value :confval:`http/csrf_protection` which enables all CSRF protections introduced in Mopidy 2.2.0. It is enabled by default and