Skip to content

Commit c2580d3

Browse files
authored
Update CHANGELOG.md
Clean up some mis-merged updates.
1 parent 2989685 commit c2580d3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎CHANGELOG.md‎

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

1717
## [unreleased]
18+
19+
### Added
1820
*#712, #636, #808. Calls to `django.contrib.auth.authenticate()` now pass a `request`
1921
to provide compatibility with backends that need one.
22+
23+
### Fixed
24+
*#524 Restrict usage of timezone aware expire dates to Django projects with USE_TZ set to True.
2025

2126
## [1.5.0] 2021-03-18
2227

2328
### Added
2429
*#915 Add optional OpenID Connect support.
25-
### Fixed
26-
*#524 Restrict usage of timezone aware expire dates to Django projects with USE_TZ set to True.
2730

2831
### Changed
2932
*#942 Help via defunct Google group replaced with using GitHub issues

0 commit comments

Comments
(0)