improved previous Changelog

This commit is contained in:
Olof hagsand 2019-01-13 23:22:25 +01:00
parent 0267afcb21
commit 795240368e

View file

@ -83,9 +83,11 @@
* Example user changed adm1 to andy to comply with RFC8341 example * Example user changed adm1 to andy to comply with RFC8341 example
### API changes on existing features (you may need to change your code) ### API changes on existing features (you may need to change your code)
* Rearranged yang files
* Moved and updated all standard ietf and iana yang files from example and yang/ to `yang/standard`. * 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` * Moved clixon yang files from yang to `yang/clixon`
* This is to make it easier to use standard IETF/IANA yang files * 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 * Renamed example yang from example.yang -> clixon-example.yang
* clixon_cli -p (printspec) changed semantics to add new yang path dir (see minor changes). * 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. * Date-and-time type now properly uses ISO 8601 UTC timezone designators.