From 954175be9ac7d620d5e222e0bf1a04910dc317b6 Mon Sep 17 00:00:00 2001 From: Chris Churas Date: Fri, 30 Apr 2021 17:51:22 -0700 Subject: [PATCH] added notes about fixes for issues #80 and #81 --- HISTORY.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index cae8e45..39172dc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,6 +9,12 @@ History retreival of all networks for a user. `Issue #78 `__ +* Switched `NiceCXNetwork.upload_to()` to named arguments and added `client` parameter. + `Issue #80 `__ + +* Switched `NiceCXNetwork.update_to()` to named arguments and added `client` parameter. + `Issue #81 `__ + * Fixed documentation `NiceCXNetwork.update_to()` to correctly state method returns empty string upon success. `Issue #82 `__