We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e80d91 commit 57cbd53Copy full SHA for 57cbd53
clients/intellij/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.10.1
2
+
3
+### Fixes & Improvements
4
5
+- Reduced the use of read locks to prevent UI freezing issues when collecting declaration code snippets for code completion.
6
7
## 1.10.0
8
9
### Features
clients/intellij/build.gradle.kts
@@ -44,7 +44,7 @@ tasks {
44
45
intellijPlatform {
46
pluginConfiguration {
47
- version.set("1.10.1-rc.0")
+ version.set("1.10.1")
48
changeNotes.set(provider {
49
changelog.renderItem(
50
changelog.getLatest(),
0 commit comments