update changelogs for UDP client changes

This commit is contained in:
Benjamin Fry 2018-12-17 05:31:04 -08:00
parent 6bf0a0d8dd
commit 1b7bfa282a
2 changed files with 18 additions and 1 deletions

View File

@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.16.0
### Fixed
- UDP Sockets not being properly closed in timeout scenarios #635
### Changed
- *breaking* UdpClientStream and UdpClientConnection refactored to associate UDP sockets to single requests #635
## 0.15.0
### Fixed

View File

@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 0.11
### Fixed
### Fixed
- Ignore UDP responses not from target src address #629 #630 #631 (@aep)
@ -17,6 +17,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Added option to distrust Nameservers on SERVFAIL responses, continue resolution #613
## 0.10.1
### Fixed
- UDP Sockets not being properly closed in timeout scenarios #635
## 0.10
### Fixed
@ -108,6 +114,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Improved message serialization #311 (@little-dude)
- Many serialization improvements #317
- Dependencies updated #334 (@oherrala)
### Added
- `Name` and `Label` now support idna, punycode, see `Name::from_str`