From ad2d0fe0d5f8bcb54075b6293eba66a59ab0a5e1 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 103cbe68..41bab644 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.