Fixes untracked files not showing in stash list

This commit is contained in:
Eric Amodio
2017-09-15 18:12:22 -04:00
parent 1c7785fd52
commit 2c9a26e47b
7 changed files with 39 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Fixed
- Fixes an issue where stashes with only untracked files would not show in the `Stashes` node of the GitLens custom view
- Fixes an issue where stashes with untracked files would not show its untracked files in the GitLens custom view
## [5.0.0] - 2017-09-12
### Added