diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac776c..750a4ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * enhancement - New Binding Request: (VS Code)`Revert Selected Range` can be mapped to `Revert...`(Intellij). See [#145](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/145) * enhancement - New Binding Request: `Structure`(⌘7) can be ported by making use of `Focus on outline view`. See [#146](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/146) +* bug fix - Native shortcut sequences beginning with ctrl+k clash with IntelliJ ctrl+k commit command. See [#150](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/150) + ## 0.2.32 (May 20, 2019)