Update changelogs. · diffplug/spotless@222085b (original) (raw)

Original file line number Diff line number Diff line change
@@ -10,6 +10,8 @@ This document is intended for Spotless developers.
10 10 We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).
11 11
12 12 ## [Unreleased]
13 +### Fixed
14 +* `GitPrePushHookInstaller` didn't work on windows, now fixed. ([#2562](https://github.com/diffplug/spotless/pull/2562))
13 15
14 16 ## [3.3.0] - 2025-07-20
15 17 ### Added
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@
3 3 We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`).
4 4
5 5 ## [Unreleased]
6 +### Fixed
7 +* `spotlessInstallGitPrePushHook` didn't work on windows, now fixed. ([#2562](https://github.com/diffplug/spotless/pull/2562))
6 8
7 9 ## [7.2.0] - 2025-07-20
8 10 ### Added
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@
3 3 We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).
4 4
5 5 ## [Unreleased]
6 +### Fixed
7 +* `spotless:install-git-pre-push-hook` didn't work on windows, now fixed. ([#2562](https://github.com/diffplug/spotless/pull/2562))
6 8
7 9 ## [2.46.0] - 2025-07-20
8 10 ### Added