From d759d7d72001a1ec46a1ce3f554b32b7f7c1fa30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 8 Apr 2015 15:44:27 +0200 Subject: [PATCH] Update ChangeLog for Great Renaming --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index f322a7567..12d98959a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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.