From e642bee3364cbd539af0e446fdfe179e7b19ba47 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Tue, 18 Jun 2019 11:21:15 +0100 Subject: [PATCH] Update changelog --- ChangeLog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 103cbe6872..41bab64434 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -30,6 +30,7 @@ Broker: ensures the maximum QoS requirement is met. - Fix incoming/outgoing quota problems for QoS>0. - Remove obsolete `store_clean_interval` from documentation. +- Fix v4 authentication plugin never calling psk_key_get. Client library: - Fix typo causing build error on Windows when building without TLS support.