diff --git a/CHANGELOG.md b/CHANGELOG.md index e615737..21f0e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Release Notes +### 2.10.0 +- Adds blame and active line annotation support to git diff split view +- Adds command (compare, copy sha/message, etc) support to git diff split view +- Fixes startup failure if caching was disabled +- Fixes missing `Compare Line with Previous Commit` context menu item +- Fixes [#41](https://github.com/eamodio/vscode-gitlens/issues/41) - Toggle Blame annotations on compare files page +- Fixes issue with undo (to a saved state) not causing annotations to reappear properly +- Attempts to fix [#42](https://github.com/eamodio/vscode-gitlens/issues/42) - Cursor on Uncommitted message + ### 2.9.0 - To accomodate the realization that blame information is invalid when a file has unsaved changes, the following behavior changes have been made - Status bar blame information will hide diff --git a/package.json b/package.json index 46c98b9..22f271c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "2.9.0", + "version": "2.10.0", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"