update change logs

This commit is contained in:
Benjamin Fry 2017-09-23 22:31:40 -07:00
parent 34bd22067d
commit 9c93f574e9
2 changed files with 7 additions and 0 deletions

View File

@ -7,9 +7,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- RSA and ECDSA validation with *ring* for DNSSec, removes dependency on openssl (@briansmith)
- `lookup` to `ClientHandle`, simpler form with `Query`
- `query` to `Query` for ease of Query creation
### Changed
- Large celanup of signing and verification paths in DNSSec (@briansmith)
- *breaking* changed `TrustAnchor::insert_trust_anchor` to more safely consume `PublicKey` rather than `Vec<u8>`
## 0.11.2
(README.md documentation changes for crates.io)

View File

@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- 64bit Windows support for reading DNS configuration! (@liranringel)
- CNAME chain resolution (where CNAME results are not returned in the same query)
- Resolution prefers `/etc/hosts` before querying (@cssivision)
## 0.5.0