File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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
5157Installation
You can’t perform that action at this time.
0 commit comments