Added
- CHANGELOG.md was finally added
- README.md shows instructions how to install the `.asynchronous.*` part of the package
Changed
- `.asynchronous.*` can't be imported with the from-statement (`from AlbertUnruhUtils import asynchronous` won't longer work)
- `.asynchronous.*` must be installed with the extra `async` (`pip install AlbertUnruhUtils.py[async]`)
Fixed
- sorry PEP8, now you are more present (`__all__` is now at the top of the file and imports are alphabetically sorted)