Skip to content

Commit 0160e06

Browse files
committed
Preps v4.1-beta.2
1 parent 76961d6 commit 0160e06

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 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-
## [4.1.0-beta] - 2017-06-10
7+
## [4.1.0-beta.2] - 2017-06-12
88
### Added
99
- Adds all-new recent changes annotations of the whole-file - annotates and highlights all of lines changed in the most recent commit
1010
- Can customize the [layout](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#file-recent-changes-annotation-settings), as well as the [theme](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#theme-settings)
@@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1616

1717
### Fixed
1818
- Fixes excessive memory usage when parsing diffs
19+
- Fixes extra newline in multiline commit messages
20+
- Fixes (again) [#33](https://github.com/eamodio/vscode-gitlens/issues/33) - Commit messages can causes markdown formatting in hovers
1921

2022
## [4.0.1] - 2017-06-09
2123
### Fixed

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

0 commit comments

Comments
 (0)