Skip to content

Commit a14b51c

Browse files
author
Rob Hudson
committed
Update CHANGES file
1 parent 0afd172 commit a14b51c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGES renamed to CHANGES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
=======
21
CHANGES
32
=======
43

5-
4.x - Unreleased
6-
================
4+
Unreleased
5+
===========
6+
- Add type hints. ([#228](https://github.com/mozilla/django-csp/pull/228))
77

8+
4.0b1
9+
=====
810
BACKWARDS INCOMPATIBLE changes:
911
- Move to dict-based configuration which allows for setting policies for both enforced and
1012
report-only. See the migration guide in the docs for migrating your settings.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ optional-dependencies.typing = [
7373
"types-setuptools",
7474
]
7575
urls."Bug Tracker" = "https://github.com/mozilla/django-csp/issues"
76-
urls.Changelog = "https://github.com/mozilla/django-csp/blob/main/CHANGES"
76+
urls.Changelog = "https://github.com/mozilla/django-csp/blob/main/CHANGES.md"
7777
urls.Documentation = "http://django-csp.readthedocs.org/"
7878
urls.Homepage = "http://github.com/mozilla/django-csp"
7979
urls."Source Code" = "https://github.com/mozilla/django-csp"

0 commit comments

Comments
 (0)