This commit is contained in:
Adam
2022-06-29 12:04:58 -07:00
committed by GitHub
parent 30daae2215
commit b8b0a3ed9b

View File

@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
* CLI: Error output to specify that the tools are missing locally, not on the repro VM [#2036](https://github.com/microsoft/onefuzz/pull/2036)
* Service: Handle service event messages that are too big to fit in a queue message. [#2020](https://github.com/microsoft/onefuzz/pull/2020)
* Service: Removing unecessary `/obj/` directory. [#2063](https://github.com/microsoft/onefuzz/pull/2063)
* Service: Removing unnecessary `/obj/` directory. [#2063](https://github.com/microsoft/onefuzz/pull/2063)
## 5.6.0
### Added