changelog, readme updated to reflect changes

minor version bump
This commit is contained in:
onyx-and-iris
2022-09-29 10:26:55 +01:00
parent bd686ef67d
commit af0d51eeb1
3 changed files with 50 additions and 30 deletions

View File

@@ -11,6 +11,23 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
- [x]
## [0.8.0] - 2022-09-29
### Added
- Logging level INFO set on all examples.
- Minor version bump
- vm.subject subsection added to README
### Changed
- Logging module used in place of print statements across the interface.
- time.time() now used to steady rate of updates in updater thread.
### Fixed
- call to cache bug in updater thread
## [0.7.0] - 2022-09-03
### Added