* Fixed: [JSON leaf-list output single element leaf-list does not use array](https://github.com/clicon/clixon/issues/261)

This commit is contained in:
Olof hagsand 2021-08-24 17:08:31 +02:00
parent 9fce0a1214
commit 562320dcbc
3 changed files with 113 additions and 14 deletions

View file

@ -72,6 +72,7 @@ Users may have to change how they access the system
### Corrected Bugs
* Fixed: [JSON leaf-list output single element leaf-list does not use array](https://github.com/clicon/clixon/issues/261)
* Fixed: Netconf diff callback did not work with choice and same value replace
* Eg if YANG is `choice c { leaf x; leaf y }` and XML changed from `<x>42</x>` to `<y>42</y>` the datastrore changed, but was not detected by diff algorithms and provided to validate callbacks.
* Thanks: Alexander Skorichenko, Netgate