Skip to content

Commit

Permalink
update Changelog for 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejekyll committed Dec 29, 2020
1 parent 140881b commit fc58a4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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<str>` rather than `Arc<String>`, 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.
Expand Down

0 comments on commit fc58a4f

Please sign in to comment.