readme, changelog updated

update to reflect recent changes
This commit is contained in:
onyx-and-iris
2022-01-19 21:57:48 +00:00
parent 0fe465d33e
commit a4b7f66984
2 changed files with 33 additions and 25 deletions

View File

@@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Before any minor/major patch is released all test units will be run to verify they pass.
## [Unreleased]
- [x]
- [x] Add VMRemoteErrors class and subclass other error classes.
- [x] Rework set many parameters so class properties are set through the wrapper instead by VBVMR_SetParameters
- [x] Expose lower level setters and getters as well as polling parameters through Remote class.
- [x] Add throw LoginError if multiple login attempts are made.
- [x] Update pester tests to reflect latest changes
## [2.1] - 2021-01-11
### Added