From ea792a78501386eddb92f5da43263d7a7564bf7e Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 9 Apr 2018 06:27:15 +0200 Subject: [PATCH] CHANGELOG typos --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 647a055e..ea9d84ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,7 +89,7 @@ clixon_plugin_api *clixon_plugin_init(clicon_handle h) clicon_rpc_config_get(h, db, xpath, xt) --> clicon_rpc_config_get(h, db, xpath, username, xt) clicon_rpc_get(h, xpath, xt) --> clicon_rpc_get(h, xpath, username, xt) -* Experimental: Added CLICON_TRANSACTION_MOD configurqation option. If set, +* Experimental: Added CLICON_TRANSACTION_MOD configuration option. If set, modifications in validation and commit callbacks are written back into the datastore. * Invalid key to api_path2xml gives warning instead of error and quit. @@ -116,7 +116,7 @@ enables saved files to be used as datastore without any editing. Thanks Matt. ## 3.5.0 (12 February 2018) ### Major changes: -* Major Restconf feature update to comply to RFC 8040. Thanks Stephen Jones for getting right. +* Major Restconf feature update to comply to RFC 8040. Thanks Stephen Jones of Netgate for getting right. * GET: Always return object referenced (and nothing else). ie, GET /restconf/data/X returns X. * GET Added support for the following resources: Well-known, top-level resource, and yang library version, * GET Single element JSON lists use {list:[element]}, not {list:element}.