From bfe985e4dc5ea6144471367ef641f104319f31a0 Mon Sep 17 00:00:00 2001 From: Vince Salvino Date: Fri, 5 Aug 2022 16:00:40 -0400 Subject: [PATCH] Update release notes --- docs/releases.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/releases.rst b/docs/releases.rst index a35677c..bb58fe2 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -2,6 +2,17 @@ Release Notes ============= + +2.1.1 +===== + +* Fix Django deprecation warnings. + +* Previously, the feature to strip cookies was not triggered if the Vary header + contained something other than "Cookie", e.g. ``Vary: Language, Cookie``. This + change properly inspects and rebuilds the Vary header in such cases. + + 2.1.0 ===== @@ -24,6 +35,14 @@ Google Analytics, Facebook Pixel, HubSpot, etc. the 1.x series as needed. +1.2.1 +===== + +* Previously, the feature to strip cookies was not triggered if the Vary header + contained something other than "Cookie", e.g. ``Vary: Language, Cookie``. This + change properly inspects and rebuilds the Vary header in such cases. + + 1.2.0 =====