1) [Don't use `.dvc/lock` and `.dvc/state.lock` when running `dvc get` to workaround NFS and CIFS limitations](https://github.com/iterative/dvc/issues/2135);
2) [Run dvc in git hooks only if current branch is a dvc repository](https://github.com/iterative/dvc/issues/2208); Kudos gthb :tada:
3) [Speedup (up to x2) `dvc pull/push/fetch` with multiple targets specified](https://github.com/iterative/dvc/issues/2308);
4) [Remove `--show-checksums` option from `dvc status` command](https://github.com/iterative/dvc/issues/2085); Kudos kurianbenoy :tada:
5) [Fix bug in `dvc repro`, which threw an error when specifying `--single-item` through CLI](https://github.com/iterative/dvc/issues/2354);