This commit is contained in:
2024-02-15 18:35:34 +00:00
parent 8b1b2c7f79
commit 3a70a4c578
2 changed files with 19 additions and 3 deletions

View File

@@ -11,6 +11,16 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
- [ ]
## [2.3.1] - 2024-02-15
### Changed
- Module level loggers implemented
- class loggers are now child loggers
- Passing an incorrect kind_id to the entry point now raises an XAirRemoteError.
- Passing a value out of bounds to a setter now logs a warning instead of raising an exception.
- Send class added to README.
## [2.2.4] - 2024-02-14
### Added