From 8a18b04a341f1d176e9e85c2a06d01f1909bd713 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Wed, 27 Mar 2019 16:07:38 +0100 Subject: [PATCH] xml_wrap, clicon-argv() --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b99fea8..a26143ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ * Note that this adds bytes to your configs ### API changes on existing features (you may need to change your code) +* Renamed `xml_insert` to `xml_wrap_all`. * Added modules-state diff parameter to xmldb_get datastore function for startup scenarios. Set this to NULL in normal cases. * `rpc_callback_register` added a namespace parameter. Example: ``` @@ -50,6 +51,9 @@ ``` ### Minor changes +* Added `xml_wrap` function that adds an XML node above a node as a wrapper + * also renamed `xml_insert` to `xml_wrap_all`. +* Added `clicon_argv_get()` function to get the user command-line options, ie the args in `-- `. This is an alternative to using them passed to `plugin_start()`. * Made Makefile concurrent so that it can be compiled with -jN * Added flags to example backend to control its behaviour: * Start with `-- -r` to run the reset plugin