You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/META-INF/changelog.html
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
<html>
2
2
<body>
3
3
4
+
<h1>v23.8.2</h1>
5
+
<ul>
6
+
<li>
7
+
<p>Enhancements</p>
8
+
<ul>
9
+
<li>Added static threading annotations to PSI-accessing methods, enabling compile-time detection of missing read locks via the <code>ThreadingConcurrency</code> inspection.</li>
10
+
</ul>
11
+
</li>
12
+
<li>
13
+
<p>Build</p>
14
+
<ul>
15
+
<li>Bumped IntelliJ 2026.1.x target to 2026.1.2, Gradle to 9.5.1, and intellij-platform plugin to 2.16.0.</li>
0 commit comments