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