Fixed: [locally scoped YANG typedef in grouping does not work #394](https://github.com/clicon/clixon/issues/394)

This commit is contained in:
Olof hagsand 2023-01-03 21:44:59 +01:00
parent 99c6f61637
commit bcca87b1a0
3 changed files with 34 additions and 1 deletions

View file

@ -83,6 +83,7 @@ Developers may need to change their code
### Corrected Bugs
* Fixed: [locally scoped YANG typedef in grouping does not work #394](https://github.com/clicon/clixon/issues/394)
* Fixed: [leafref in new type no work in union type](https://github.com/clicon/clixon/issues/388)
* Fixed: [must statement check int value failed](https://github.com/clicon/clixon/issues/386)
* Fixed: [Defaults in choice does not work properly](https://github.com/clicon/clixon/issues/390)