From fc58a4fe20da679727a3d9137a7ce833faa60dd0 Mon Sep 17 00:00:00 2001 From: Benjamin Fry Date: Tue, 29 Dec 2020 13:35:51 -0800 Subject: [PATCH] update Changelog for 0.20.0 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1720c49f98..b97498ec5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). All notes should be prepended with the location of the change, e.g. `(proto)` or `(resolver)`. -## 0.20.0 (unreleased) +## 0.20.0 ### Changed -- (all) upgraded to Tokio 0.3 +- (all) upgraded to Tokio 1.0 (@messense) #1330 (0.3 updates in #1262) +- (proto) Add serde support for the RecordType in the proto crate (@LEXUGE) #1319 - (https) dns_hostname args all are `Arc` rather than `Arc`, use `Arc::from` - (proto) Set TCP_NODELAY when building a TCP connection (@djc) #1249 - (all) *BREAKING* The `UdpSocket` trait has grown an associated `Time` type.