Skip to content

Commit a2caf6e

Browse files
committed
add changelog entry
1 parent 2f45f98 commit a2caf6e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugin-maven/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1111
* Bump default `shfmt` version to latest `3.7.0` -> `3.8.0`. ([#2050](https://github.com/diffplug/spotless/pull/2050))
1212
### Added
1313
* Respect `.editorconfig` settings for formatting shell via `shfmt` ([#2031](https://github.com/diffplug/spotless/pull/2031))
14+
* Skip execution in M2E (incremental) builds by default ([#1814](https://github.com/diffplug/spotless/issues/1814), [#2037](https://github.com/diffplug/spotless/issues/2037))
1415

1516
## [2.43.0] - 2024-01-23
1617
### Added

plugin-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ To enable it use the following parameter
17071707
</configuration>
17081708
```
17091709

1710-
In addition Eclipse problem markers are being emitted. By default they have the severity `WARNING`.
1710+
In addition Eclipse problem markers are being emitted for goal `check`. By default they have the severity `WARNING`.
17111711
You can adjust this with
17121712

17131713
```

0 commit comments

Comments
 (0)