changelog

This commit is contained in:
Olof hagsand 2018-03-07 21:12:10 +01:00
parent ac7480b9f5
commit 695aef2cb6

View file

@ -6,6 +6,7 @@
### Major changes: ### Major changes:
### Minor changes: ### Minor changes:
* Invalid key to api_path2xml gives warning instead of error and quit. * Invalid key to api_path2xml gives warning instead of error and quit.
* Added restconf/operations get, see RFC8040 Sec 3.3.2:
* yang_find_topnode() and api_path2xml() schemanode parameter replaced with yang_class. Replace as follows: 0 -> YC_DATANODE, 1 -> YC_SCHEMANODE * yang_find_topnode() and api_path2xml() schemanode parameter replaced with yang_class. Replace as follows: 0 -> YC_DATANODE, 1 -> YC_SCHEMANODE
* xml2json: include prefix in translation, so <a:b> is translated to {"a:b" ..} * xml2json: include prefix in translation, so <a:b> is translated to {"a:b" ..}