From a25ffc3b0febdfc900a9eabe1ae6eb7ac929f2c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 25 Jun 2015 12:01:16 +0200 Subject: [PATCH] Update Changelog for target split --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2ca6d636a..1f0152d26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,8 @@ Features parameters. API Changes + * The library has been split into libmbedcrypto, libmbedx509, libmbedtls. + You now need to link to all of them if you use TLS for example. * All public identifiers moved to the mbedtls_* or MBEDTLS_* namespace. Some names have been further changed to make them more consistent. Migration helpers scripts/rename.pl and include/mbedlts/compat-1.3.h are