From c828d9e8046fff2bf25f9fc1be331388c695f963 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Mon, 1 Jul 2024 09:28:31 -0700 Subject: [PATCH] Update CHANGES file --- CHANGES | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index ec36bfc..2aa78e4 100644 --- a/CHANGES +++ b/CHANGES @@ -2,9 +2,12 @@ CHANGES ======= -4.x - Unreleased -================ +Unreleased +=========== +- Add type hints. ([#228](https://github.com/mozilla/django-csp/pull/228)) +4.0b1 +===== BACKWARDS INCOMPATIBLE changes: - Move to dict-based configuration which allows for setting policies for both enforced and report-only. See the migration guide in the docs for migrating your settings.