changelogs

This commit is contained in:
Benjamin Fry 2017-06-27 22:49:55 -07:00
parent 8d5b4859bb
commit cb7667b5e8
2 changed files with 16 additions and 2 deletions

View File

@ -1,11 +1,16 @@
# Change Log
# Change Log: TRust-DNS
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.10.4
### Added
- Allow more options with Key and KeyUsage
- Initial Resolver implementation
### Fixed
-
- NSEC coverage bitmap overflow in nightly
- Name::zone_of panic (@SAPikachu)
## 0.10.3

9
resolver/CHANGELOG.md Normal file
View File

@ -0,0 +1,9 @@
# Change Log: TRust-DNS Resolver
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.1.0
### Added
- Initial release of the TRust-DNS Resolver