From a14063340008d18230e32029ee0b1a29526626ed Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 23 Oct 2021 19:35:05 -0700 Subject: Fix description of sandbox feature in changelog. --- changelog.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index f2a30817d..12ee4b3a0 100644 --- a/changelog.md +++ b/changelog.md @@ -4,10 +4,9 @@ * Add `--sandbox` option (#5045). - + Add sandbox feature for readers. When this option is used, - readers and writers only have access to input files (and - other files specified directly on command line). This restriction - is enforced in the type system. + + Add sandbox feature. When this option is used, readers and writers + only have access to input files (and other files specified directly on + command line). This restriction is enforced in the type system. + Filters, PDF production, custom writers are unaffected. This feature only insulates the actual readers and writers, not the pipeline around them in Text.Pandoc.App. -- cgit v1.2.3