add fixed section to 0.19.4 changelog

This commit is contained in:
Benjamin Fry 2020-04-11 17:37:21 -07:00
parent 49a88d769d
commit 867c873999

View File

@ -7,6 +7,10 @@ All notes should be prepended with the location of the change, e.g. `(proto)` or
## 0.19.4
### Fixed
- (resolver) properly reuse connections, for TCP, TLS, and HTTPS #1058
### Added
- (resolver) option to include intermediate (CNAME) records in results (@balboah) #1028