Update Changelog for target split

This commit is contained in:
Manuel Pégourié-Gonnard 2015-06-25 12:01:16 +02:00
parent 147be4f315
commit a25ffc3b0f

View file

@ -17,6 +17,8 @@ Features
parameters. parameters.
API Changes 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. * All public identifiers moved to the mbedtls_* or MBEDTLS_* namespace.
Some names have been further changed to make them more consistent. Some names have been further changed to make them more consistent.
Migration helpers scripts/rename.pl and include/mbedlts/compat-1.3.h are Migration helpers scripts/rename.pl and include/mbedlts/compat-1.3.h are