From 677af93baa57db131cc9b1c2f9e268e154c2ed5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 10 Feb 2015 11:41:57 +0000 Subject: [PATCH] Update Changelog for the cleanup branch --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1b98cb25c..0b491b85f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,10 @@ Bugfix Changes * Move from SHA-1 to SHA-256 in example programs using signatures (suggested by Thorsten Mühlfelder). + * Remove some unneeded inclusions of header files from the standard library + "minimize" others (eg use stddef.h if only size_t is needed). + * Change #include lines in test files to use double quotes instead of angle + brackets for uniformity with the rest of the code. = mbed TLS 1.3.10 released 2015-02-09 Security