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