Skip to content

Commit b4814e3

Browse files
committed
Add some CHANGELOG entries
1 parent 88576ac commit b4814e3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
In Development
22
--------------
33

4-
* Python versions through 3.5 and dnspython 1.x are no longer supported. Python 3.6+ with dnspython 2.x are now required.
4+
* Python versions through 3.5 and dnspython 1.x are no longer supported. Python 3.6+ (now through Python 3.11) with dnspython 2.x are now required.
5+
* The dnspython package is no longer required if DNS checks are not used.
6+
* NoNameservers and NXDOMAIN DNS errors are now handled differently: NoNameservers no longer fails validation, and NXDOMAIN now skips checking for an A/AAAA fallback and goes straight to failing validation.
7+
* Some syntax error messages have changed because they are now checked explicitly rather than as a part of other checks.
8+
* Some other error messages have changed to not repeat the email address in the error message.
59
* The library has been reorganized internally into smaller modules.
10+
* The tests have been reorganized and expanded. Deliverability tests now mostly use captured DNS responses so they can be run off-line.
611

712
Version 1.3.1 (January 21, 2023)
813
--------------------------------

0 commit comments

Comments
 (0)