Skip to content

Commit 474e9b0

Browse files
committed
1162: prepare changelog
1 parent 080f237 commit 474e9b0

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGES.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ This document is intended for Spotless developers.
1010
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).
1111

1212
## [Unreleased]
13-
13+
### Added
14+
* Introduce `LazyArgLogger` to allow for lazy evaluation of log messages in slf4j logging. ([#XXXX](https://github.com/diffplug/spotless/pull/XXXX))
15+
### Fixed
16+
* Allow multiple instances of the same npm-based formatter to be used by separating their `node_modules` directories. ([#XXXX](https://github.com/diffplug/spotless/pull/XXXX))
1417
## [2.34.1] - 2023-02-05
1518
### Changes
1619
* **POTENTIALLY BREAKING** Bump bytecode from Java 8 to 11 ([#1530](https://github.com/diffplug/spotless/pull/1530) part 2 of [#1337](https://github.com/diffplug/spotless/issues/1337))

plugin-gradle/CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`).
44

55
## [Unreleased]
6+
### Fixed
7+
* Allow multiple instances of the same npm-based formatter to be used simultaneously. E.g. use prettier for typescript
8+
*and* Java (using the community prettier-plugin-java) without messing up their respective `node_module` dependencies. ([#XXXX](https://github.com/diffplug/spotless/pull/XXXX))
69

710
## [6.14.1] - 2023-02-05
811
### Fixed

plugin-maven/CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).
44

55
## [Unreleased]
6+
### Fixed
7+
* Allow multiple instances of the same npm-based formatter to be used simultaneously. E.g. use prettier for typescript
8+
*and* Java (using the community prettier-plugin-java) without messing up their respective `node_module` dependencies. ([#XXXX](https://github.com/diffplug/spotless/pull/XXXX))
69

710
## [2.32.0] - 2023-02-05
811
### Added

0 commit comments

Comments
 (0)