File tree 1 file changed +8
-2
lines changed
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
42
42
be doing on all of your user inputs already!)
43
43
* Rejecting most special-use reserved domain names. A new ` test_environment `
44
44
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.
47
45
* Some fixes in the tests.
48
46
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
+
49
55
---
50
56
51
57
Installation
You can’t perform that action at this time.
0 commit comments