Update ChangeLog for latest PR merged fixes #309
diff --git a/ChangeLog b/ChangeLog index 5dcb5a2..b6cf066 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,5 +1,12 @@ mbed TLS ChangeLog (Sorted per branch, date) += mbed TLS 2.x branch + +Bugfix + * Fix bug in mbedtls_mpi_add_mpi() that caused wrong results when the three + arguments where the same (in-place doubling). Found and fixed by Janos + Follath. + = mbed TLS 2.2.1 released 2016-01-05 Security