From 1f2e466843170e5aadf5378256ce427f54d2fee9 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Wed, 30 Jan 2019 15:14:21 +0000 Subject: [PATCH] Adapt ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1b60a00eb..b78b663fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -111,6 +111,8 @@ Bugfix leading content octet. Fixes #1610. Changes + * Reduce RAM consumption during session renegotiation by not storing + the peer CRT chain and session ticket twice. * Include configuration file in all header files that use configuration, instead of relying on other header files that they include. Inserted as an enhancement for #1371