diff --git a/CHANGES b/CHANGES
index f9c4b4ed28b14d8629dfc887e85cce1895764176..b6dff05a50fa6f83a5e68a815292759960be3edd 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.