Skip to content

Commit

Permalink
Update changelog for 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moggers87 committed Mar 13, 2020
1 parent 5bd0b44 commit 4be922e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
## [Unreleased]

## 1.11.0 - 2020-03-13
### Added

*Nothing has been added for this version*

### Removed
- MiddlewareMixin
- Python 3.4 support
- Django 2.1 support
- `mock` dependency

### Changed
- `extra_requires` are now listed in lowercase. This is to workaround a bug in `pip`.
- Use `trimmed` option on `blocktrans` to avoid garbage newlines in translations.
- `random_hex` from `django_otp` 0.8.0 will always return a `str`, don't try to decode it.

## 1.10.0 - 2019-12-13
### Added
- Support for Django 3.0.
Expand Down

0 comments on commit 4be922e

Please sign in to comment.