Merge branch 'clixon-4.5'

C-API changes for CLIgen code:
  * `clicon_parse()`: Changed signature due to new cligen error and result handling:
  * Removed: `cli_nomatch()`
This commit is contained in:
Olof hagsand 2020-04-07 18:21:10 +02:00
commit f9998c441c
9 changed files with 69 additions and 466 deletions

View file

@ -24,6 +24,12 @@
## 4.5.0
Expected: May 2020
### C-API changes on existing features (you may need to change your plugin C-code)
* CLI
* `clicon_parse()`: Changed signature due to new cligen error and result handling:
* Removed: `cli_nomatch()`
## 4.4.0
5 April 2020