Update ChangeLog for Great Renaming

This commit is contained in:
Manuel Pégourié-Gonnard 2015-04-08 15:44:27 +02:00
parent 2cf5a7c98e
commit d759d7d720

View File

@ -9,6 +9,7 @@ Features
to override the whole module.
API Changes
* All public identifiers moved to the mbedtls_* or MBEDTLS_* namespace.
* ecdsa_write_signature() gained an addtional md_alg argument and
ecdsa_write_signature_det() was deprecated.
* pk_sign() no longer accepts md_alg == POLARSSL_MD_NONE with ECDSA.