From 45e6e06be581f787f707e3f5645129c713478d16 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 13 Aug 2021 14:19:45 -0700 Subject: [PATCH] add glob and process substitution fixes --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index da0729a6..14d83a40 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ jc changelog +20210813 v1.16.1 +- 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 + 20210720 v1.16.0 - Note to Package Maintainers: TL;DR: `/man/jc.1.gz` and `/jc/man/jc.1.gz` are deprecated and only `/man/jc.1` should be used.