docs(changelog): parallelism in tests

This commit is contained in:
Aram Drevekenin
2020-06-23 16:01:00 +02:00
committed by GitHub
parent e94f9b942d
commit c2d18b60e4

View File

@@ -9,6 +9,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Added
* Support emacs keybindings (https://github.com/imsnif/diskonaut/pull/40) - [@redzic](https://github.com/redzic)
### Fixed
* Do not scan in parallel when running tests (https://github.com/imsnif/diskonaut/pull/43) - [@redzic](https://github.com/redzic)
## [0.3.0] - 2020-06-21
### Fixed