mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
Update CHANGELOG for v5.0.0
This commit is contained in:
parent
3905725fd3
commit
e8a6a5ec0d
1 changed files with 10 additions and 1 deletions
|
|
@ -1,6 +1,14 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
5.0.0
|
||||
-----
|
||||
|
||||
* Drop support Python EOL-versions
|
||||
* Drop support Django<1.11
|
||||
* Add support for Python 3.8
|
||||
* Add support for Django 3.x
|
||||
|
||||
4.8.1
|
||||
-----
|
||||
|
||||
|
|
@ -10,7 +18,8 @@ Changelog
|
|||
-----
|
||||
|
||||
* ```django_mailbox.models.Mailbox.get_new_mail``` become generator
|
||||
* Added to ```django_mailbox.models.Message.mailbox``` in-memory caches of result
|
||||
* Added to ```django_mailbox.models.Message.mailbox``` in-memory caches
|
||||
of result
|
||||
* Added to command ```processincomingmessage``` argument to pass mailbox name
|
||||
* Improved tests, especially different Django & Python version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue