From 8cde22204824214c6c726b781283748417199661 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 20 Feb 2016 14:33:32 +0100 Subject: [PATCH] updated --- ChangeLog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index a583d7f5..a852999d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,19 @@ +# next version + +## Bug fixes +* require "-c" in write command +* corrected duplicate messages check with condition +* corrected maximum values for BCD and HCD types +* corrected weekday calculation (for smaller systems mainly) + +## Features +* allow CSV to contain empty lines (no field filled in) +* added shorter HCD and BCD data types +* added data type NTS (null terminated string) +* added EXP and EXR data types (exponential) +* added option for changing PID file + + # 2.0 (2016-01-06) ## Breaking Changes