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: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,18 @@
10
10
11
11
### Fixed
12
12
13
+
## [4.1.0] - Sep 07, 2025
14
+
15
+
### Fixed
16
+
17
+
- Access is allowed with explicit read lock #898#901
18
+
- Rework CSV file detection for FileEditorProvider #904
19
+
- Legacy configurable id calculation mode from localizable name will be used for configurable class CsvCodeStyleSettingsProvider. Please override getConfigurableId or getLanguage. #909
20
+
21
+
### Changed
22
+
23
+
- Project structure refactoring to avoid circular dependencies
0 commit comments