From b2e63f49f72f4a4321678d850843960f029bfec3 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Tue, 15 Jan 2019 12:37:45 +0000 Subject: [PATCH] Update changelog --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 0d96ad9f..79c6bbe4 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,9 @@ 1.5.6 - 201901xx ================ +Broker: +- Fixed comment handling for config options that have optional arguments. + Build: - Fix comparison of boolean values in CMake build. Closes #1101. - Fix compilation when openssl deprecated APIs are not available.