1
0
Fork 1
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:
Adam Dobrawy 2020-02-02 08:49:23 +01:00
parent 3905725fd3
commit e8a6a5ec0d

View file

@ -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