Update release notes for testing changes

This commit is contained in:
Wes Carroll
2019-07-26 11:06:07 -04:00
parent 916fbb6c4c
commit 551eac5d5a
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -5,3 +5,4 @@ BuiltTestResults.xml
SourceTestResults.xml SourceTestResults.xml
publish/* publish/*
CodeCoverage.xml CodeCoverage.xml
scratch
+4
View File
@@ -10,3 +10,7 @@
* 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. * 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.
* Fixed an [issue](https://github.com/ZertoPublic/ZertoApiWrapper/issues/40) where the `Get-ZAVpg` method would return a 404 error when a `-vpgIdentifier` parameter was specified. * Fixed an [issue](https://github.com/ZertoPublic/ZertoApiWrapper/issues/40) where the `Get-ZAVpg` method would return a 404 error when a `-vpgIdentifier` parameter was specified.
### General Updates
* Updated the way that tests are invoked and parsed to ensure that both source and built module files are tested. This will ensure that what is being shipped passes all tests along with testing of the source files.