Skip to content

Commit 5298511

Browse files
committed
Preps v3.6.0
1 parent 4400ab1 commit 5298511

File tree

3 files changed

+655
-340
lines changed

3 files changed

+655
-340
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## [3.6.0-beta] - 2017-05-27
7+
## [3.6.0] - 2017-06-02
88
### Added
99
- Adds diff information (the line's previous version) into the active line hover
1010
- Adds a `gitlens.diffWithWorking` status bar command option - compares the current line commit with the working tree
@@ -21,6 +21,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2121
- Renames `Compare with Previous Commit` in quick pick menus to `Compare File with Previous`
2222
- Renames `Compare with Working Tree` in quick pick menus to `Compare File with Working Tree`
2323

24+
### Fixed
25+
- Fixes [#79](https://github.com/eamodio/vscode-gitlens/issues/79) - Application insights package breaks GitLens + eslint
26+
2427
## [3.5.1] - 2017-05-25
2528
### Changed
2629
- Changes certain code lens actions to be unavailable (unclickable) when the commit referenced is uncommitted - avoids unwanted error messages

0 commit comments

Comments
 (0)