diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c84b5f..24f3735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [3.5.1] - 2017-05-25 +### Changed +- Changes certain code lens actions to be unavailable (unclickable) when the commit referenced is uncommitted - avoids unwanted error messages +- Debounces more events when tracking the active line to further reduce lag + +### Fixed +- Fixes [#71](https://github.com/eamodio/vscode-gitlens/issues/71) - Blame information is invalid when a file has changed outside of vscode +- Fixes issue with showing the incorrect blame for versioned files (i.e. files on the left of a diff, etc) + ## [3.5.0] - 2017-05-24 ### Added - Improves performance diff --git a/package.json b/package.json index 5bad089..a2cd766 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "3.5.0", + "version": "3.5.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"