diff --git a/ChangeLog.md b/ChangeLog.md index 19417d66..c4215576 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,4 @@ -# next version: 3.0 +# 3.0 (2017-08-xx) ## Breaking Changes * switched to C++11 compiler @@ -8,6 +8,7 @@ * use CSV header line for determining columns and picking multi-language columns by language preference * a circuit name is now required for all message configurations * raw logging allows logging of messages or each sent/received byte defaulting to messages +* added systemd unit script ## Bug Fixes * corrected numeric condition formatting @@ -30,6 +31,7 @@ * fix for timeout message when decoding scan result failed * corrected flushing in dump and raw files * corrected unique keys in JSON port +* fix for potential invalid access during configuration reload ## Features * added support for MQTT handling via libmosquitto (will be compiled in when library is available)