From 938fa6e93f396ba1f377491d6d0833a10e8fbd73 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Tue, 12 Mar 2024 21:59:15 +1100 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d41e928..9235282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,7 +52,7 @@ - Changed the logic of determining when to use stdin as document source - Now if any paths are specified, stdin is ignored - - This change mostly came from dune's cram test mechanism + - This change mostly came from Dune's cram test mechanism not providing a tty to stdin, so previously Docfd would keep trying to source from stdin even when explicit paths are provided