From 795240368e46e485e6db5680e136fb528afe6eb5 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Sun, 13 Jan 2019 23:22:25 +0100 Subject: [PATCH] improved previous Changelog --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a2802e3..42c81c43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,10 +83,12 @@ * Example user changed adm1 to andy to comply with RFC8341 example ### API changes on existing features (you may need to change your code) -* Moved and updated all standard ietf and iana yang files from example and yang/ to `yang/standard`. - * To turn off install of standard yang file: `./configure --disable-stdyangs` - * This is to make it easier to use standard IETF/IANA yang files -* Renamed example yang from example.yang -> clixon-example.yang +* Rearranged yang files + * Moved and updated all standard ietf and iana yang files from example and yang/ to `yang/standard`. + * Moved clixon yang files from yang to `yang/clixon` + * New configure option to disable standard yang files: `./configure --disable-stdyangs` + * This is to make it easier to use standard IETF/IANA yang files in separate directory + * Renamed example yang from example.yang -> clixon-example.yang * clixon_cli -p (printspec) changed semantics to add new yang path dir (see minor changes). * Date-and-time type now properly uses ISO 8601 UTC timezone designators. * Eg 2008-09-21T18:57:21.003456 is changed to 2008-09-21T18:57:21.003456Z