ClientFuture added to changelog

This commit is contained in:
Benjamin Fry 2016-10-01 07:08:40 -07:00 committed by GitHub
parent 85c6b8ebe7
commit 56b5c9d594

View File

@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## unreleased
### Added
- ClientFuture, futures based client implementation, #32
### Fixed
- Randomized ports for client connections and message ids, #23
- OpCode::From for u8 removed, added OpCode::from_u8(), #36
@ -10,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Cleaned up the Server implementation to isolate connection handlers
## 0.7.3 2016-08-12
### Fixed
- Issue #27: label case sensitivity revisited for RRSIG signing, RFC 6840