Updated ChangeLog for fix #275

This commit is contained in:
Simon Butcher 2015-09-14 21:30:40 +01:00
parent 520d3b81ad
commit a1a1128f7d

View file

@ -2,6 +2,9 @@ mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS 2.1.1 released 2015-09-??
Bugfix
* Fix warning when using a 64bit platform. (found by embedthis) (#275)
Changes
* Made X509 profile pointer const in mbedtls_ssl_conf_cert_profile() to allow
use of mbedtls_x509_crt_profile_next. (found by NWilson)