From ea223b07c2955dc3fdb42d9f8c0941ab2bdac096 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 14 Jul 2016 16:37:20 +0200 Subject: [PATCH] Update NEWS * NEWS: Update. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index e1e924d23..f08ac253e 100644 --- a/NEWS +++ b/NEWS @@ -878,6 +878,7 @@ More ARM cross-compilation targets are supported: "arm.*eb", () *** Reduce eq? and eqv? over constants using equal? () +*** Skip invalid .go files found in GUILE_LOAD_COMPILED_PATH ** Threads *** Fix data races leading to corruption () @@ -899,6 +900,7 @@ More ARM cross-compilation targets are supported: "arm.*eb", ** System *** {get,set}sockopt now expect type 'int' for SO_SNDBUF/SO_RCVBUF *** 'system*' now available on MS-Windows +*** 'open-pipe' now available on MS-Windows *** Better support for file names containing backslashes on Windows ** Web