From 0b9fc2bec2aa2b49beb2d06197b0bff566d209c3 Mon Sep 17 00:00:00 2001 From: john30 Date: Fri, 27 Mar 2015 22:49:37 +0100 Subject: [PATCH] updated to upcoming 1.1.0 --- ChangeLog.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 1e6a09dc..4d811030 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,4 @@ -# next version (2015-03-?) +# 1.1.0 (2015-03-28) ## Bug fixes * return passive messages returned in "read" regardless of their age @@ -10,6 +10,8 @@ * fixed scanning for messages in subdirectories for certain file systems (thanks to joltcoke) * allow mixing references to base types and templates in message definition * renamed "class" to "circuit" in commands and message definition +* fixed reading cached values +* extended max allowed data length to 25 (spec says 16) ## Features * new command line option "--dumpconfig" for dumping message configurations @@ -31,7 +33,7 @@ * added "grab" command for collecting and reporting seen unknown messages ## Changed files -https://github.com/john30/ebusd/compare/v1.0.0...master +https://github.com/john30/ebusd/compare/v1.0.0...v1.1.0 # 1.0.0 (2015-02-18)