File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ All notable changes to the language server will be documented in this file.
3
3
4
4
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
5
5
6
+ ## [ 1.3.2]
7
+ - Update to Kotlin 1.8.10 and Gradle 8
8
+ - Backtick soft keywords in imports (#416 , #455 )
9
+ - Improve syntax highlighting w.r.t strings in type annotations (#405 )
10
+ - Add support for variable renaming from declaration sites (#399 )
11
+ - Add support for SAM with receiver annotations (#394 )
12
+ - Implement document highlight (#393 )
13
+ - Add override/implement (#359 )
14
+
15
+ Special thanks to @themkat , @RenFraser and all other contributors for the great work!
16
+
6
17
## [ 1.3.1]
7
18
- Add support for run/debug code lenses
8
19
- Add definition lookup support for JDT symbols
Original file line number Diff line number Diff line change 1
- version =1.3.2
1
+ version =1.3.3
2
2
javaVersion =11
You can’t perform that action at this time.
0 commit comments