From ddb639ad6b122b2623114b61baf0a027f0153956 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Tue, 9 Jul 2019 13:29:31 -0400 Subject: [PATCH] Update RELEASENOTES.md --- RELEASENOTES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4e5cafc..e4df1d1 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,8 +2,10 @@ ### Zerto Virtual Manager -* +* Added two functions to aid in bulk updating of NIC information for protected VMs. ([Issue 38](https://github.com/ZertoPublic/ZertoApiWrapper/issues/38)) + * [Export-ZertoVmNicSetting](https://github.com/ZertoPublic/ZertoApiWrapper/blob/Master/docs/Export-ZertoVmNicSettings.md) + * [Import-ZertoVmNicSetting](https://github.com/ZertoPublic/ZertoApiWrapper/blob/Master/docs/Import-ZertoVmNicSettings.md) ### Zerto Analytics -* Fixed an issue where the Zerto Analytics Rest Request function was not checking for the token before attempting a connection. +* Fixed an [issue](https://github.com/ZertoPublic/ZertoApiWrapper/issues/36) where the Zerto Analytics Rest Request function was not checking for the token before attempting a connection.