Add entry in ChangeLog

Add entry in ChangeLog for compilation error fix of #1719
This commit is contained in:
Ron Eldor 2018-06-17 14:51:59 +03:00
parent 3dfbf406e5
commit d7593a5b73

View file

@ -1,5 +1,11 @@
mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS x.x.xx branch released xxxx-xx-xx
Bugfix
* Fix compilation error when MBEDTLS_ARC4_C is disabled and
MBEDTLS_CIPHER_NULL_CIPHER is enabled. Found by TrinityTonic in #1719.
= mbed TLS 2.1.13 branch released 2018-06-18
Bugfix