From d14e2271977512de033168dfb697f6251b2876fc Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Thu, 26 Mar 2020 12:36:22 -0700 Subject: [PATCH] Improve eclipse-wtp changelog for accuracy. --- _ext/eclipse-wtp/CHANGES.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/_ext/eclipse-wtp/CHANGES.md b/_ext/eclipse-wtp/CHANGES.md index 20881d5b76..0a5886695d 100644 --- a/_ext/eclipse-wtp/CHANGES.md +++ b/_ext/eclipse-wtp/CHANGES.md @@ -4,10 +4,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format ( ## [Unreleased] ### Fixed -* Handling of character encodings on OS with non UTF-8 default file encoding format. -CSS, HTML and JSON formatter steps encoded intermediately the input -to UTF-8 and used the default file encoding format for decoding. This process failed -if the input contained characters not bit-equivalent in UTF-8 and OS default file encoding format ([#545](https://github.com/diffplug/spotless/issues/545)). +* Handling of character encodings on OS with non-unicode default file encoding format. CSS, HTML and JSON formatter steps encoded intermediately the input using the default file encoding, which was not lossless if the default file encoding did not support the full unicode character set. ([#545](https://github.com/diffplug/spotless/issues/545)). ## [3.15.2] - 2020-03-04 ### Fixed