Skip to content

Commit 607888a

Browse files
authored
Merge pull request #306 from adangel/doc-changelog-next-version
Update changelog, set next version to be 2.1.0
2 parents 61850a3 + ff5eca9 commit 607888a

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@
66

77
### Changed
88

9-
- Update to PMD version 7.21.0
9+
- Various improvements #266
10+
- Fixed: Intermediate progress bars can't display fractional updates (when running PMD on multiple files)
11+
- Fixed: IntelliJ crash on startup due to conflicting slf4j version
12+
- Improve overall language detection
13+
- Use/Display normal "Suppression Fix" if possible
14+
- Prevent analysis of outdated file content from disk and use IntelliJ's internal PSIFile instead
15+
- Do not classify unknown files as Java and ignore them
16+
- Render rule descriptions as markdown
17+
- Update to PMD version 7.21.0
1018

1119
## [2.0.9] - 2025-07-20
1220

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pluginName = PMD
55
pluginRepositoryUrl = https://github.com/amitdev/PMD-Intellij
66
# SemVer format -> https://semver.org
7-
pluginVersion = 2.1.2
7+
pluginVersion = 2.1.0
88

99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.

0 commit comments

Comments
 (0)