From 22407e873467b60b81a985591ad703c2997609dd Mon Sep 17 00:00:00 2001 From: john30 Date: Thu, 4 Jun 2015 13:16:58 +0200 Subject: [PATCH] updated --- ChangeLog.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index b7294c3d..166f8a84 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,17 @@ +# next version + +## Bug fixes +* fix for numeric parsing of empty string + +## Features +* new "read" option "-n" for retrieving name/value pairs in numeric form +* added numeric and verbose options to JSON and use "null" for unset or replacement value +* allow passing raw value when writing name/value pairs + +## Changed files +https://github.com/john30/ebusd/compare/v1.2.0...master + + # 1.2.0 (2015-05-25) ## Bug fixes @@ -14,7 +28,7 @@ * update cache on hex read or write ## Changed files -https://github.com/john30/ebusd/compare/v1.1.0...master +https://github.com/john30/ebusd/compare/v1.1.0...v1.2.0 # 1.1.0 (2015-03-28)