1) [Fix bug in `dvc add` where it was setting incorrect `wdir`](https://github.com/iterative/dvc/pull/2427);
2) [Fix bug in `gc` for clouds, where it wasn't able to process paths with subdirectories](https://github.com/iterative/dvc/issues/2394);
3) [Fixed a bunch of confusing messages from `dvc repro` output](https://github.com/iterative/dvc/pull/2440);
4) [Fixed bug in `active_stages`](https://github.com/iterative/dvc/pull/2428);
5) [Improved progress bars for pull/push/checkout/etc operations](https://github.com/iterative/dvc/pull/2436);
6) [Fixed `dvc remove` help message](https://github.com/iterative/dvc/pull/2457);
7) [Fixed misleading error message when trying to `dvc get` from invalid dvc repo](https://github.com/iterative/dvc/pull/2460);