From 8c87d3e36daaf97adff289caca5ea480352a2be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Tue, 17 Mar 2020 10:54:31 +0100 Subject: [PATCH] CHANGES: Added note about pty handling on NT. Fixes #10008. --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index f9c4b4ed28..b6dff05a50 100644 --- a/CHANGES +++ b/CHANGES @@ -25,6 +25,13 @@ o Concurrent - Rewrite timeout() to reduce the memory footprint of a future in the common case. +o Process.Process + + - On NT it is now possible to specify the preferred console handler + via the "conpty" option. The default is to take it from the first + pty of "stdin", "stdout", and "stderr". If none of them is a pty + the console handler is inherited from the current process. + o SSL The SSL module now supports session ticket both client and server side. -- GitLab