Fix description of sandbox feature in changelog.

This commit is contained in:
John MacFarlane 2021-10-23 19:35:05 -07:00
parent c41ea00820
commit a140633400

View file

@ -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.