From c7fff628202b5e72a653b1067a7116064d9c141b Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Thu, 22 Jan 2015 21:42:00 +0000 Subject: [PATCH] Update changelog. --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index f0d9c45b..779beeaf 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -17,6 +17,7 @@ Important changes: of a client id. - The client library and clients now have experimental SOCKS5 support. - Wildcard TLS certificates are now supported for bridges and clients. +- The clients have support for config files with default options. Broker: @@ -61,6 +62,7 @@ Clients: - Add -1 (oneshot) option to mosquitto_sub. - Add --proxy SOCKS5 support for both clients. - Pub client supports setting its keepalive. Closes bug #454852. +- Add support for config files with default options. Client library: - Add experimental SOCKS5 support.