Skip to content

Commit 5b0b59e

Browse files
hannesmcfcs
andauthored
Apply suggestions from code review
Co-Authored-By: C For C's Sake <[email protected]>
1 parent 08869a0 commit 5b0b59e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### v4.0.0 (2019-08-15)
22

33
* Switch to uDNS implementation, developed from scratch since 2017, primarily
4-
focussing on a recursive caching resolver. The server part supports dynamic
4+
focusing on a recursive caching resolver. The server part supports dynamic
55
updates (RFC 2135), transaction authentication with HMAC (RFC 2845), zone
66
transfer (RFC 5936), incremental zone transfer (RFC 1995), change
77
notifications (RFC 1996) amongst others.
88
* The core library uses a GADT for resource record sets, where the key (resource
99
record type) specifies the value type.
1010
* The API does not leak exceptions, but uses the result type where appropriate.
1111
* TCP transport is well supported and used widely (client uses it by default)
12-
* Naming: client is a DNS client, resolver is the recursive resolver
12+
* Naming: client is a DNS client, resolver is the recursive resolver library
1313
* The DNS library is split into the following opam packages and sublibraries:
1414
- `dns` - the core library
1515
- `dns-tsig` - transaction signatures

0 commit comments

Comments
 (0)