Skip to content

Commit 61c420f

Browse files
committed
Update changelog, mention requirement for PMD 6.27.0
Note: the pmd-core version we depend upon is actually still 6.23.0, there are no binary API changes, just the tab size change.
1 parent 7c87de9 commit 61c420f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## 6.27.0
44

5+
* This version of pmd-designer requires at least PMD 6.27.0 due to changes in tab size.
6+
* Adjust tab width char handling (refs [#45](https://github.com/pmd/pmd-designer/pull/45))
7+
58
See https://github.com/pmd/pmd-designer/milestone/12
69

710
## 6.24.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If the `bin` directory of your PMD distribution is on your shell's path, then yo
2828

2929
### Updating
3030

31-
The latest version of the designer currently **works with PMD 6.23.0 and above**.
31+
The latest version of the designer currently **works with PMD 6.27.0 and above**.
3232
You can simply replace `pmd-ui-6.X.Y.jar` with the [latest build](https://github.com/pmd/pmd-designer/releases/latest) in the installation folder of your
3333
PMD distribution.
3434

0 commit comments

Comments
 (0)