This commit is contained in:
john30
2016-02-20 14:33:32 +01:00
parent 6983ea0aee
commit 8cde222048
+16
View File
@@ -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