Fix description of sandbox feature in changelog.
This commit is contained in:
parent
c41ea00820
commit
a140633400
1 changed files with 3 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue