Add ChangeLog entry

This commit is contained in:
Peter Kolbus 2019-02-03 08:41:41 -06:00 committed by Jaeden Amero
parent 3098707188
commit 494ac010e4

View File

@ -24,6 +24,8 @@ Bugfix
* Remove the mbedtls namespacing from the header file, to fix a "file not found"
build error. Fixed by Haijun Gu #2319.
* Fix returning the value 1 when mbedtls_ecdsa_genkey failed.
* Fix false failure in all.sh when backup files exist in include/mbedtls
(e.g. config.h.bak). Fixed by Peter Kolbus (Garmin) #2407.
Changes
* Include configuration file in all header files that use configuration,