Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
moggers87 committed Oct 17, 2020
1 parent a4cfcba commit 6c91e7a
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
## Unreleased
## 1.13.0

### Added
- User can request that two-factor authentication be skipped the next time they
log in on that particular device
- Django 3.1 support
- SMS message can now be customised by using a template

### Changed
- The templates are now based on Bootstrap 4.
- Simplified `re_path()` to `path()` in URLConf
- Templates are now based on Bootstrap 4.
- `DisableView` now checks user has verified before disabling two-factor on
their account
- Inline CSS has been removed to allow stricter Content Security Policies.
- Inline CSS has been replaced to allow stricter Content Security Policies.

### Removed
- Upper limit on django-otp dependency
- Obsolete IE<9 workarounds
- Workarounds for older versions of django-otp

## 1.12.1 - 2020-07-08

*No code changes for this version*

## 1.12 - 2020-07-08
### Added
Expand Down

0 comments on commit 6c91e7a

Please sign in to comment.