1) [Unified terminology in dvc help messages](https://github.com/iterative/dvc/pull/2112);
2) [Fixed ssh race condition when creating cache directories](https://github.com/iterative/dvc/issues/1862);
3) [Optimized state db access when cleaning up unused links on checkout](https://github.com/iterative/dvc/issues/2093);
4) [Updated bash autocomplete script](https://github.com/iterative/dvc/pull/2195); Kudos Naba7 🎉
5) [Switched to using travis windows builds instead of appveyor](https://github.com/iterative/dvc/pull/2222);
6) [Parallelized checksum computations for directories](https://github.com/iterative/dvc/issues/2073); Kudos Witiko 🎉
7) [Fixed a bug where dvc checkout was leaving old workspace links when there was no checksum in the dvc file](https://github.com/iterative/dvc/issues/2146);
8) [Optimized DAG build, achieving >x20 performance improvement](https://github.com/iterative/dvc/issues/2203);
9) [Fixed a bug in scm, where dvc was trying to fetch remote branches if there were none such branches locally](https://github.com/iterative/dvc/issues/2213);
10) [Optimize repro to not check status if --force is arlready specified](https://github.com/iterative/dvc/pull/2245);
11) [Started using travis stages to properly organize release deployment](https://github.com/iterative/dvc/pull/2249);