diff --git a/CHANGELOG.md b/CHANGELOG.md index 5546c70..5d33344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.8.0 + +* Performance improvement for `Search Symbol` [#70](https://github.com/zjhmale/vscode-idris/issues/70) +* Remove default keybindings completely [#69](https://github.com/zjhmale/vscode-idris/issues/69) +* `Find All References` [#27](https://github.com/zjhmale/vscode-idris/issues/27) +* `Rename Symbol` [#50](https://github.com/zjhmale/vscode-idris/issues/50) +* Update code snippets [#61](https://github.com/zjhmale/vscode-idris/issues/61) + ## 0.6.9 * Support `Go to Symbol` and `Search Symbol` [#48](https://github.com/zjhmale/vscode-idris/issues/48) diff --git a/package.json b/package.json index c61fe0a..4bd2831 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Idris", "description": "Idris Language Support for Visual Studio Code", - "version": "0.6.9", + "version": "0.8.0", "publisher": "zjhmale", "engines": { "vscode": "^1.8.0"