Skip to content

Commit 7871e6a

Browse files
committed
chore(docs)!: Add changelog entry and feature docs (#72)
1 parent 15c3e15 commit 7871e6a

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
0.10.1
5+
------
6+
7+
- DNS
8+
9+
- add parser for DNSSEC-related records (#72)
10+
11+
- `DNSKEY <https://www.rfc-editor.org/rfc/rfc4034#section-2>`__
12+
- `DS <https://www.rfc-editor.org/rfc/rfc4034#section-5>`__
13+
- `RRSIG <https://www.rfc-editor.org/rfc/rfc4034#section-3>`__
14+
415
0.10.0 - 2023-08-03
516
-------------------
617

docs/features.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Transport Layer Security (TLS)
2323
- `TLS 1.2 <https://tools.ietf.org/html/rfc5246>`__
2424
- `TLS 1.3 <https://tools.ietf.org/html/rfc8446>`__
2525

26+
Domain Name System (DNS)
27+
""""""""""""""""""""""""
28+
29+
- `DNSSEC <https://www.rfc-editor.org/rfc/rfc4034>`__ (Domain Name System Security Extensions)
30+
2631
Protocol Specific Features
2732
^^^^^^^^^^^^^^^^^^^^^^^^^^
2833

@@ -101,3 +106,12 @@ Secure Shell (SSH)
101106
- public keys
102107

103108
1. supports host keys and cretificates (both ``V00`` and ``V01``)
109+
110+
Domain Name System (DNS)
111+
""""""""""""""""""""""""
112+
113+
- DNSSEC (Domain Name System Security Extensions)
114+
115+
- `DNSKEY <https://www.rfc-editor.org/rfc/rfc4034#section-2>`__
116+
- `DS <https://www.rfc-editor.org/rfc/rfc4034#section-5>`__
117+
- `RRSIG <https://www.rfc-editor.org/rfc/rfc4034#section-3>`__

0 commit comments

Comments
 (0)