diff --git a/CHANGES.md b/CHANGES.md index 93e693ebf5..91fc1654b9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,11 @@ This document is intended for Spotless developers. We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`). ## [Unreleased] +### Summary +* Fixes the flaky tests handlesComplexNestedObject, handlesNestedObject, handlesObjectWithNull inside JsonSimpleStepTest class +### Changes +* PR Link: https://github.com/diffplug/spotless/pull/1886 + ### Fixed * Fix Eclipse JDT on some settings files. ([#1864](https://github.com/diffplug/spotless/pull/1864) fixes [#1638](https://github.com/diffplug/spotless/issues/1638)) ### Changes