From 5fcf6ff17a567ad9edfb81c1858055c7bac70ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 6 May 2024 11:27:17 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 7fcba694c..4c46cde0d 100644 --- a/NEWS +++ b/NEWS @@ -47,6 +47,8 @@ files. See "Random Access" in the manual for details. () ** Fix 'system*' with non-file input/output/error port () +** 'spawn' errors out instead of crashing when passed non-file ports + () ** Support signal handling child processes after 'primitive-fork' () ** Fix possible deadlock in 'sigaction' (aka. 'scm_sigaction_for_thread')