Skip to content

Commit

Permalink
Prep for django-csp==4.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
robhudson committed Feb 15, 2025
1 parent c4627a4 commit 6e9e58c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
CHANGES
=======

Unreleased
4.0b3
==========
- Drop support for EOL < Python 3.9 and add Python 3.13
- Add Python 3.13, drop EOL Python 3.8 ([#245](https://github.com/mozilla/django-csp/pull/245))
- docs: Fix trusted_types links ([#250](https://github.com/mozilla/django-csp/pull/250))
- Add `EXCLUDE_URL_PREFIXES` check ([#252](https://github.com/mozilla/django-csp/pull/252))
- Support CSP configuration as sets ([#251](https://github.com/mozilla/django-csp/pull/251))
- docs: Note that reporting percentage needs rate limiting middleware ([#256](https://github.com/mozilla/django-csp/pull/256))
* Document constant NONE vs Python's None ([#255](https://github.com/mozilla/django-csp/pull/255))
- Raise error when nonce accessed after response ([#258](https://github.com/mozilla/django-csp/pull/258))
- Test on Django 5.2 ([#261](https://github.com/mozilla/django-csp/pull/261))

4.0b2
=====
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[project]
name = "django-csp"
version = "4.0b2"
version = "4.0b3"
description = "Django Content Security Policy support."
readme = "README.rst"
license = { text = "BSD" }
Expand Down

0 comments on commit 6e9e58c

Please sign in to comment.