- mbedtls and zlib are searched with find_package, and we use the vendored version if nothing is found

This commit is contained in:
Benjamin Sergeant
2019-06-10 11:18:27 -07:00
parent 61e5f52286
commit 750a752ac0
4 changed files with 69 additions and 50 deletions

View File

@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
## [unreleased] - 2019-06-09
### Changed
- mbedtls and zlib are searched with find_package, and we use the vendored version if nothing is found
- travis CI uses g++ on Linux
## [4.0.0] - 2019-06-09