diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2020-05-16 17:03:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-16 17:03:25 +0200 |
commit | 7f377da1d2191bdf73e4ce8961fb982b2da253cb (patch) | |
tree | 3514a4bae1dd535c5f521c05215be20564a539f6 /changelog.md | |
parent | 7361e2627ba91fcb92f37720047a80c231832f22 (diff) | |
download | Nim-7f377da1d2191bdf73e4ce8961fb982b2da253cb.tar.gz |
fixes #14370 (#14371)
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 986186356..bb87f817c 100644 --- a/changelog.md +++ b/changelog.md @@ -90,7 +90,7 @@ hangs if a process had both reads from stdin and writes (eg to stdout). - The callback that is passed to `system.onThreadDestruction` must now be `.raises: []`. - +- The callback that is assigned to `system.onUnhandledException` must now be `.gcsafe`. - `osproc.execCmdEx` now takes an optional `input` for stdin. - `osproc.execCmdEx` now takes an optional `input` for stdin, `workingDir` and `env` |