Skip to content

Commit 79a6dbd

Browse files
committed
Preps v6.3.0-beta2
1 parent 4221fc3 commit 79a6dbd

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [6.3.0-beta2] - 2017-11-28
88
### Added
9+
- Adds support for files with staged changes
10+
- Adds new entry in the `History View` of the `GitLens` view
11+
- Adds new entry in the `Repository View` of the `GitLens` view
12+
- Adds blame annotations, navigation & comparison commands, etc
913
- Adds support for vscode's Git file revisions (e.g. `Open File (HEAD)`) and diffs (e.g. `Open Changes`)
1014
- Adds new entry in the `History View` of the `GitLens` view
1115
- Adds blame annotations, navigation & comparison commands, etc
12-
- Adds support for files with staged changes
13-
- Adds new entry in the `Repository View` of the `GitLens` view
1416
- Adds Git code lens to Git file revisions (GitLens or vscode's)
1517

16-
## [6.3.0-beta] - 2017-11-27
17-
### Added
18-
- Adds support for files with staged changes
19-
- Adds new entry in the `History View` of the `GitLens` view
20-
- Adds blame annotations, navigation & comparison commands, etc
18+
### Fixed
19+
- Fixes ?? [#202](https://github.com/eamodio/vscode-gitlens/issues/202) - Staged change's vscode diff side-by-side view shows the wrong history
2120

2221
## [6.2.0] - 2017-11-27
2322
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlens",
3-
"version": "6.3.0-beta",
3+
"version": "6.3.0-beta2",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)