Skip to content

Commit

Permalink
4.8.2
Browse files Browse the repository at this point in the history
- `SPFRecordNotFound` exception now includes a `domain` argument (PR #103)
- The DMARC missing authorization error message now includes the full expected DNS record
- Lots of code cleanup
- Added missing docstrings
  • Loading branch information
seanthegeek committed Sep 12, 2023
1 parent 374fc3b commit 21b6f63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"DNSKEY",
"dnspython",
"dnssec",
"docstrings",
"dollarmath",
"ekstrabladet",
"elasticemail",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

4.8.2
-----

- `SPFRecordNotFound` exception now includes a `domain` argument (PR #103)
- The DMARC missing authorization error message now includes the full expected DNS record
- Lots of code cleanup
- Added missing docstrings

4.8.1
-----

Expand Down

0 comments on commit 21b6f63

Please sign in to comment.