aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-23 19:35:05 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-23 19:35:05 -0700
commita14063340008d18230e32029ee0b1a29526626ed (patch)
tree2f09c9cfc4fad450c22096e382350743577ad607 /changelog.md
parentc41ea00820d0dd5ac3b64cc96938c85f5dacd9b4 (diff)
downloadpandoc-a14063340008d18230e32029ee0b1a29526626ed.tar.gz
Fix description of sandbox feature in changelog.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md7
1 files changed, 3 insertions, 4 deletions
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.