changelog fix
This commit is contained in:
parent
a37b89600f
commit
9b9b53c4ee
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@
|
||||||
* Two config options control:
|
* Two config options control:
|
||||||
* CLICON_XML_CHANGELOG enables the yang changelog feature
|
* CLICON_XML_CHANGELOG enables the yang changelog feature
|
||||||
* CLICON_XML_CHANGELOG_FILE where the changelog resides
|
* CLICON_XML_CHANGELOG_FILE where the changelog resides
|
||||||
|
|
||||||
|
### API changes on existing features (you may need to change your code)
|
||||||
|
|
||||||
* xmldb_get() removed "config" parameter:
|
* xmldb_get() removed "config" parameter:
|
||||||
* Change all calls to dbget from: `xmldb_get(h, db, xpath, 0|1, &xret, msd)` to `xmldb_get(h, db, xpath, &xret, msd)`
|
* Change all calls to dbget from: `xmldb_get(h, db, xpath, 0|1, &xret, msd)` to `xmldb_get(h, db, xpath, &xret, msd)`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue