[xml_parse_string() is slow for a long XML string #96](https://github.com/clicon/clixon/issues/96)

This commit is contained in:
Olof hagsand 2019-11-14 20:57:20 +01:00
parent 6b9a9d46f9
commit 039e08f86a
7 changed files with 83 additions and 35 deletions

View file

@ -13,6 +13,7 @@
* Main example yang changed to incorporate augmented state, new revision is 2019-11-15.
### Corrected Bugs
* [xml_parse_string() is slow for a long XML string #96](https://github.com/clicon/clixon/issues/96)
* Mandatory variables can no longer be deleted.
* [Add missing includes](https://github.com/clicon/clixon/pulls)