Skip to content

Commit fee12e3

Browse files
committed
Add changelog for 0.9
1 parent ccfdbca commit fee12e3

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,28 @@
33
Changelog
44
#########
55

6-
next
7-
====
6+
0.9 - April 11, 2022
7+
====================
88

9-
* Improves documentation for protection Django admin with 2FA. Contributed by
10-
@hailkomputer in #91.
11-
* Autocomplete on the token entry form is disabled. Contributed by @qvicksilver
12-
in #95.
9+
This release dropped support for Python 3.5 and added support for Django 4.0.
10+
11+
* Improves documentation for protection Django admin with 2FA. Contributed by @hailkomputer in #91.
12+
* Autocomplete on the token entry form is disabled. Contributed by @qvicksilver in #95.
13+
* Stop restricting a class of an adapter in `TwoFactorAuthenticate` by @illia-v in #96
14+
* Use same base template as upstream allauth by @ErwinJunge in #98
15+
* Redirect to next, when given via GET or POST by @ErwinJunge in #99
16+
* Allow TOTP removal when no backup device is present by @akx in #126
17+
* Fix for subclassed OTP adapter by @squio in #129
18+
* Replace Travis with GitHub Actions by @akx in #110
19+
* Drop EOL Python 3.5, modernize for 3.6+ by @akx in #106
20+
* Remove Django 1.11 from tox, and add Django 4.0b1. by @valberg in #118
21+
* Typo in docs by @beckedorf in #122
22+
* Add pre-commit, and run it. by @valberg in #121
23+
* Rename master -> main by @akx in #123
24+
* Declarative setup.cfg by @akx in #124
25+
* Use Py.test for tests + fix coverage reporting by @akx in #127
26+
* Require2FAMiddleware improvements by @akx in #107
27+
* Miscellaneous housekeeping by @akx in #130
1328

1429
0.8 February 3, 2020
1530
====================

0 commit comments

Comments
 (0)