Skip to content

Commit d25cb27

Browse files
Reformat changelog (#1043)
1 parent 4ac0ecd commit d25cb27

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

CHANGELOG.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Security
1515
-->
1616

17-
## [unreleased]
17+
## [Unreleased]
1818

19-
## [Added]
19+
## [1.6.0] - 2021-12-14
20+
### Added
21+
* #712, #636, #808. Calls to `django.contrib.auth.authenticate()` now pass a `request`
22+
to provide compatibility with backends that need one.
23+
* #950 Add support for RSA key rotation.
2024
* #968 Add support for Django 3.2
2125
* #949 Provide django.contrib.auth.authenticate() with a request for compatibiity with more backends.
2226
* #953 Allow loopback redirect URIs using ports as described in RFC8252
@@ -27,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2731
* #1021 Jazzband: Synced file(s) with jazzband/.github
2832
* #1041 Admin: make extensive fields raw_id, add search fields
2933

30-
## [Changed]
34+
### Changed
3135
* #1022 Replaced pkg_resources usage with importlib.metadata
3236
* #981 Require redirect_uri if multiple URIs are registered
3337
* #963 Handles ValueErrors with invalid hex values in query strings (#954)
@@ -42,30 +46,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4246
* #977 doc: Add missing import
4347
* #1014 Update tutorial_03.rst to use arrays instead of tuples in the settings.py file
4448

45-
## [Fixed]
49+
### Fixed
4650
* #948 Fix #524 - Restrict usage of timezone aware expire dates to Django projects with USE_TZ set to True
4751
* #957 Fix double oauth2_provider mountpoint in oidc view
48-
49-
## [Removed]
50-
* #968 Remove support for Django 3.0
51-
* #1035 Removes default_app_config for Django Deprecation Warning
52-
* #1023 six should be dropped
53-
54-
## [1.6.0] 2021-12-14
55-
56-
### Added
57-
* #712, #636, #808. Calls to `django.contrib.auth.authenticate()` now pass a `request`
58-
to provide compatibility with backends that need one.
59-
* #950 Add support for RSA key rotation.
60-
61-
### Fixed
6252
* #524 Restrict usage of timezone aware expire dates to Django projects with USE_TZ set to True.
6353
* #953 Allow loopback redirect URIs with random ports using http scheme, localhost address and no explicit port
6454
configuration in the allowed redirect_uris for Oauth2 Applications (RFC8252)
6555
* #954 Query strings with invalid hex values now raise a SuspiciousOperation exception
6656
* #955 Avoid doubling of `oauth2_provider` urls mountpath in json response for OIDC view `ConnectDiscoveryInfoView`.
6757
Breaks existing OIDC discovery output
6858

59+
## Removed
60+
* #968 Remove support for Django 3.0
61+
* #1035 Removes default_app_config for Django Deprecation Warning
62+
* #1023 six should be dropped
63+
6964
## [1.5.0] 2021-03-18
7065

7166
### Added

0 commit comments

Comments
 (0)