Add ChangeLog entry for dylib builds using Makefile

This commit is contained in:
Andres Amaya Garcia 2018-03-21 11:19:47 +00:00
parent 1e3c00090a
commit d90d0dcaf1

View file

@ -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.