From 96134effeadb9ca16ea2be16d0033d6ecdfa8885 Mon Sep 17 00:00:00 2001 From: "Zachary J. Fields" Date: Mon, 27 Jan 2020 16:12:02 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index ab8267f42..c6210d139 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,8 @@ Bugfix = mbed TLS 2.19.1 branch released 2019-09-16 Features + * Declare include headers as PUBLIC to propagate to CMake project consumers + Contributed by Zachary J. Fields in PR #2949. * Add nss_keylog to ssl_client2 and ssl_server2, enabling easier analysis of TLS sessions with tools like Wireshark.