Skip to content

Commit cdb3338

Browse files
committed
Updated changelog
1 parent a579680 commit cdb3338

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

ChangeLog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
3.0.0
2+
=====
3+
- Release wheels and source to PyPI with GH actions
4+
- Try to make tests more resilient
5+
- Don't build universal wheels
6+
- Migrate CI to GH Actions
7+
- Fix TXT CHAOS test
8+
- Add support for CAA queries
9+
- Support Python >= 3.6
10+
- Bump pycares dependency
11+
- Drop tasks.py
12+
- Allow specifying dnsclass for queries
13+
- Set URL to https
14+
- Add license args in setup.py
15+
- Converted Type Annotations to Py3 syntax Closes
16+
- Only run mypy on cpython versions
17+
- Also fix all type errors with latest mypy - pycares seems to have no typing / stubs so lets ignore it via `mypy.ini`
18+
- setup: typing exists since Python 3.5
19+
- Fix type annotation of gethostbyname()
20+
- Updated README
21+
122
2.0.0
223
=====
324
(changes since version 1.x)

0 commit comments

Comments
 (0)