Fixed: Double top-levels in xmldb_get that could occur with xpath containing choice.

This commit is contained in:
Olof hagsand 2024-09-04 12:06:19 +02:00
parent a66fe05149
commit 31008e8492
2 changed files with 8 additions and 1 deletions

View file

@ -55,6 +55,7 @@ Developers may need to change their code
### Corrected Busg
* Fixed: Double top-levels in xmldb_get that could occur with xpath containing choice.
* Fixed: [RESTCONF exit on cert error + complex accept](https://github.com/clicon/clixon/issues/551)
* Fixed: [Deletion of leaf in YANG choice removes leaf in a different choice/case](https://github.com/clicon/clixon/issues/542)
* Fixed: Deviated types were resolved in target context, not lexically in deviation context