commit | 2120ef85c7e6da7018373d0666d703afe3549a9d | [log] [tgz] |
---|---|---|
author | niisato <niisato@yinn0777.gmo.local> | Mon Jun 25 20:07:10 2018 +0900 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri Jun 29 11:25:02 2018 +0100 |
tree | 93b17bc1fd161ac6913157e43534e48003a244d7 | |
parent | a35dbf155c910ca8cd4a46bc611bcee6c416cb16 [diff] [blame] |
Add ChangeLog
diff --git a/ChangeLog b/ChangeLog index 4940016..8f98bf4 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -3,6 +3,8 @@ = mbed TLS x.x.x branch released xxxx-xx-xx Bugfix + * Fix compilation error on C++, because of a variable named new. + Found and fixed by Hirotaka Niisato in #1783. * Change the shebang line in Perl scripts to look up perl in the PATH. Contributed by fbrosson in #1533. * Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber,