Skip to content

Commit 6c91e7a

Browse files
committed
Update CHANGELOG
1 parent a4cfcba commit 6c91e7a

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
1-
## Unreleased
1+
## 1.13.0
2+
3+
### Added
4+
- User can request that two-factor authentication be skipped the next time they
5+
log in on that particular device
6+
- Django 3.1 support
7+
- SMS message can now be customised by using a template
28

39
### Changed
4-
- The templates are now based on Bootstrap 4.
10+
- Simplified `re_path()` to `path()` in URLConf
11+
- Templates are now based on Bootstrap 4.
512
- `DisableView` now checks user has verified before disabling two-factor on
613
their account
7-
- Inline CSS has been removed to allow stricter Content Security Policies.
14+
- Inline CSS has been replaced to allow stricter Content Security Policies.
15+
16+
### Removed
17+
- Upper limit on django-otp dependency
18+
- Obsolete IE<9 workarounds
19+
- Workarounds for older versions of django-otp
20+
21+
## 1.12.1 - 2020-07-08
22+
23+
*No code changes for this version*
824

925
## 1.12 - 2020-07-08
1026
### Added

0 commit comments

Comments
 (0)