From 19f767239cc2a6e99d68ada0857abe0844dc6795 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 29 Nov 2024 11:26:07 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a1b64..0f67ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated ### Removed ### Fixed + +- PMD fails to run from within VS Code when workspace path contains special characters + Reported by @mlankfer in [#181](https://github.com/ChuckJonas/vscode-apex-pmd/issues/181) + Fixed by @adangel in [#187](https://github.com/ChuckJonas/vscode-apex-pmd/pull/187) + + ### New Contributors **Full Changelog**: https://github.com/ChuckJonas/vscode-apex-pmd/compare/v0.8.0...HEAD