Skip to content

Commit 23c7171

Browse files
committed
Preps v4.0.2-beta
1 parent dd0b954 commit 23c7171

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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+
## [4.0.2-beta] - 2017-06-10
8+
### Added
9+
- Improves performance
10+
- Optimized git output parsing to increase speed and reduce memory usage
11+
- Defers diff chunk parsing until it is actually required
12+
13+
### Fixed
14+
- Fixes excessive memory usage when parsing diffs
15+
716
## [4.0.1] - 2017-06-09
817
### Fixed
918
- Fixes [#87](https://github.com/eamodio/vscode-gitlens/issues/87) - Can't open files in remote when using git@ urls (ssh)

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": "4.0.1",
3+
"version": "4.0.2-beta",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)