Skip to content

Commit

Permalink
update changelogs for UDP client changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejekyll committed Dec 17, 2018
1 parent a49e0b2 commit 03e7dc8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions crates/resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.10.1

### Fixed

- UDP Sockets not being properly closed in timeout scenarios #635

## 0.10

### Fixed
Expand Down

0 comments on commit 03e7dc8

Please sign in to comment.