* Partly Fixed: [String concatenation in YANG model leads to syntax error](https://github.com/clicon/clixon/issues/265)

* In this case, eg "uses", single quotes can now be used, but not `qstring + qstring` in this case
This commit is contained in:
Olof hagsand 2021-09-20 22:54:14 +02:00
parent 392e6679c5
commit 6b357dc038
5 changed files with 28 additions and 15 deletions

View file

@ -79,6 +79,8 @@ Users may have to change how they access the system
### Corrected Bugs
* Partly Fixed: [String concatenation in YANG model leads to syntax error](https://github.com/clicon/clixon/issues/265)
* In this case, eg "uses", single quotes can now be used, but not `qstring + qstring` in this case
* Fixed: [Performance issue when parsing large JSON param](https://github.com/clicon/clixon/issues/266)
* Fixed: [Duplicate lines emitted by cli_show_config (cli output style) when yang list element has composite key](https://github.com/clicon/clixon/issues/258)
* Fixed: [JSON leaf-list output single element leaf-list does not use array](https://github.com/clicon/clixon/issues/261)