From 34c88a1b119e654b02ce1fd1ad518be0d83f2342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ojeda=20B=C3=A4r?= Date: Tue, 10 Apr 2018 16:13:18 +0200 Subject: [PATCH] Changes --- Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes b/Changes index 8e3d428dba58..823b45bdfe68 100644 --- a/Changes +++ b/Changes @@ -27,6 +27,9 @@ Working version ### Bug fixes: +- MPR#7769, GPR#1714: calls to Stream.junk could, under some conditions, be + ignored when used on streams based on input channels. + (Nicolás Ojeda Bär, report by Michael Perin, review by Gabriel Scherer) OCaml 4.07 ----------