What's Changed
* βοΈ Loggers are now named by the module they originate from.
* βοΈWorklists were heavily refactored by michaelosthege in https://github.com/JuBiotech/robotools/pull/50 and https://github.com/JuBiotech/robotools/pull/51
* π A lot of code was moved around on the inside.
* βοΈ `Worklist` class was split into three:
* π `BaseWorklist` which does not support model-specific methods
* π `EvoWorklist` with the same API as before
* π `FluentWorklist` which is not yet implemented
* β οΈ `Worklist()` was deprecated and should be replaced by either of the above, as instructed by the `DeprecationWarning`.
**Full Changelog**: https://github.com/JuBiotech/robotools/compare/v1.7.3...v1.8.0