We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaaa2e0 commit 8e52cc0Copy full SHA for 8e52cc0
CHANGELOG.md
@@ -3,6 +3,11 @@ All notable changes to the language server will be documented in this file.
3
4
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5
6
+## [1.2.0]
7
+- Support for renaming
8
+- Improved semantic highlighting for enum members
9
+- Improved region code folding
10
+
11
## [1.1.2]
12
- Support for semantic highlighting
13
- Improved source jar lookup support
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=1.2.0
+projectVersion=1.3.0
2
kotlinVersion=1.5.20
exposedVersion=0.32.1
lsp4jVersion=0.12.0
0 commit comments