* Added support for the following XPATH functions:
* `false`, `true` * Fixed: [Negation operator in 'must' statement makes backend segmentation fault](https://github.com/clicon/clixon/issues/179)
This commit is contained in:
parent
ab18946880
commit
2a4de52e56
5 changed files with 88 additions and 19 deletions
|
|
@ -89,6 +89,8 @@ Developers may need to change their code
|
|||
|
||||
### Minor changes
|
||||
|
||||
* Added support for the following XPATH functions:
|
||||
* `false`, `true`
|
||||
* Augment target node check strict, instead of printing a warning, it will terminate with error.
|
||||
* Implemented: [Simplifying error messages for regex validations. #174](https://github.com/clicon/clixon/issues/174)
|
||||
* Add ca_reset plugin also when backend starts as `-s none`
|
||||
|
|
@ -117,6 +119,7 @@ Developers may need to change their code
|
|||
|
||||
### Corrected Bugs
|
||||
|
||||
* Fixed: [Negation operator in 'must' statement makes backend segmentation fault](https://github.com/clicon/clixon/issues/179)
|
||||
* Fixed extension/unknown problem shown in latest openconfig where other than a single space was used between the unknown identifier and string
|
||||
* Fixed: [Augment that reference a submodule as target node fails #178](https://github.com/clicon/clixon/issues/178)
|
||||
* Fixed a memory error that was reported in slack by Pawel Maslanka
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue