Add ChangeLog entry

Fixes #1299. Fixes #1475.
This commit is contained in:
Gilles Peskine 2018-03-27 23:08:53 +02:00
parent 980fa5839e
commit 1dc8e81f47

View file

@ -18,6 +18,9 @@ Bugfix
Fixes #1040.
* Fix C89 incompatibility in benchmark.c. Contributed by Brendan Shanks.
#1353
* Add missing dependencies for MBEDTLS_HAVE_TIME_DATE and
MBEDTLS_VERSION_FEATURES in test suites. Contributed by Deomid Ryabkov.
Fixes #1299, #1475.
Changes
* Support cmake build where Mbed TLS is a subproject. Fix