From b453cad15a52a68ab1f10c65498f4bd2556a6fc2 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 31 Oct 2015 17:42:36 +0100 Subject: [PATCH] updated --- ChangeLog.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index d5c4222a..78b91503 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,21 @@ +# next version + +## Breaking Changes +* started with autoscan feature + +## Bug fixes +* avoid multiple identical derived messages +* return "empty" for queries without result (e.g. grab result) + +## Features +* respond to broadcast "write" command with "done broadcast" +* prepared for full file check with overlapping names and message keys +* added replacement value for date/time types + +## Changed files +https://github.com/john30/ebusd/compare/v1.3.0...master + + # 1.3.0 (2015-10-24) ## Breaking Changes @@ -36,7 +54,6 @@ * new "write" option "-d" for overriding destination address * allow CSV file name to define default destination address and circuit name (format "ZZ.CCCCC.csv") and if present, concat default circuit name and security suffix (circuit name in CSV starting with "#") - ## Changed files https://github.com/john30/ebusd/compare/v1.2.0...v1.3.0