Fixed: [Clixon fails to load yang with extension](https://github.com/clicon/clixon/issues/554)

This commit is contained in:
Olof hagsand 2024-09-21 11:04:03 +02:00
parent a4225c43b4
commit 3108dfca1e
3 changed files with 5 additions and 1 deletions

View file

@ -62,6 +62,7 @@ Developers may need to change their code
### Corrected Busg
* Fixed: [Clixon fails to load yang with extension](https://github.com/clicon/clixon/issues/554)
* 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)