Update version/add Changelog for 1.1.6

This commit is contained in:
Scott Kitterman
2024-04-14 15:32:02 -04:00
parent 073a0a1169
commit 3be5035ef2
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
2024-04-14 Version 1.1.6
- Use raw byte string for regex; fixes SyntaxWarning in Python 3.12 due to
invalid escape sequence (LP: #2049518) - Thanks to Simon Chopin for the
fix
2023-07-28 Version 1.1.5
- Use dns.resolver.resolve instead of dns.resolver.query due to deprecation
(LP: 2028783) - Thanks to Pedro Vicente for the report and the fix