add entry/exit functions to readme.

rethrow LoginError exceptions, let the consumer handle it.
This commit is contained in:
2022-12-17 20:10:53 +00:00
parent 3b4185c251
commit ff4391c6fb
4 changed files with 18 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ v3 introduces some breaking changes. They are as follows:
- meta functions refactored, they now use identifier() functions.
- OBS example reworked, now using obs-powershell module.
- Rethrow LoginError for unknown kind exceptions, let the consumer handle it from there.
### Added
@@ -46,7 +47,7 @@ v3 introduces some breaking changes. They are as follows:
### Removed
- Bus[i].mode\_{param} parameters removed. Replaced with Bus[i].mode.
- Bus[i].mode\_{param} members removed. Replaced with Bus[i].mode.{param}
## [2.5.0] - 2022-10-27