From 9b9b53c4ee13805a6ac78c0a29d24de7e55c71a3 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Sun, 7 Apr 2019 16:15:08 +0200 Subject: [PATCH] changelog fix --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12d90443..bde6ab36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ * Two config options control: * CLICON_XML_CHANGELOG enables the yang changelog feature * 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: * Change all calls to dbget from: `xmldb_get(h, db, xpath, 0|1, &xret, msd)` to `xmldb_get(h, db, xpath, &xret, msd)`