From 03607911ce163556456de5f7333805751d5ca140 Mon Sep 17 00:00:00 2001 From: Stefan Feuerhahn Date: Tue, 6 Nov 2018 15:22:30 +0100 Subject: [PATCH] updated changelog --- doc/CHANGELOG.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/CHANGELOG.txt b/doc/CHANGELOG.txt index 6da4d43..f53a54e 100644 --- a/doc/CHANGELOG.txt +++ b/doc/CHANGELOG.txt @@ -1,3 +1,22 @@ +v1.7.0 06-Nov-2018 +------------------ + +- refactored SCL parser to return List instead of + List so that parser can be used more flexible by + applications the do not want to start a server but just parse an SCL + file. + +- SCL parser can now handle multiple IEDs defined in a single SCL file + +- changed jasn1 dependency to to jasn1-iec61850mod because at least + one known IEC 61850 device expects boolean true values to be coded + as 0x01 instead of the default BER, CER and DER code of 0xFF. + +- fixed shutting down server's thread pool correctly + +- fixed a concurrency bug + + v1.6.0 26-Jun-2018 ------------------