From d90d0dcaf1891acdcd231ecb9ab1d73efc35c63b Mon Sep 17 00:00:00 2001 From: Andres Amaya Garcia Date: Wed, 21 Mar 2018 11:19:47 +0000 Subject: [PATCH] Add ChangeLog entry for dylib builds using Makefile --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 932e28065..26d133706 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,8 @@ Bugfix overflow. #1179 * Fix memory allocation corner cases in memory_buffer_alloc.c module. Found by Guido Vranken. #639 + * Fix dynamic library building process with Makefile on Mac OS X. Fixed by + mnacamura. Changes * Clarify the documentation of mbedtls_ssl_setup.