From 78caf7646baf5d35602fd76771443cd64bd783af Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 13 Aug 2021 15:19:41 -0700 Subject: [PATCH] add stat fix --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 14d83a40..edd52ac9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ jc changelog - Note to Package Maintainers: please see note at 20210720 v1.16.0 - Fix issue with process substitution with the magic syntax - Fix issue with globs not including filenames with spaces with magic syntax +- Fix stat parser to properly handle filenames with spaces on macOS/BSD 20210720 v1.16.0 - Note to Package Maintainers: