Skip to content

Commit 6c317d2

Browse files
committed
Add recent changelog to README
1 parent a906eb5 commit 6c317d2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,16 @@ This library was first published in 2015. The current version is 1.2.1
4242
be doing on all of your user inputs already!)
4343
* Rejecting most special-use reserved domain names. A new `test_environment`
4444
option is added for using `@*.test` domains.
45-
* New module-level attributes are added to override the default values
46-
of the keyword arguments and the special-use domains list.
4745
* Some fixes in the tests.
4846

47+
Unreleased changes in development:
48+
49+
* Deliverability checks now check for 'v=spf1 -all' SPF records as a way to reject more bad domains.
50+
* Special use domain names now raise EmailSyntaxError instead of EmailUndeliverableError.
51+
* New module-level attributes are added to override the default values of the keyword arguments and the special-use domains list.
52+
* The keyword arguments of the public methods are now marked as keyword-only.
53+
* [pyIsEmail](https://github.com/michaelherold/pyIsEmail)'s test cases are added to the tests.
54+
4955
---
5056

5157
Installation

0 commit comments

Comments
 (0)