From df48a527ffd13851261ec3e442dd64a9020c6036 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Mon, 26 Aug 2024 15:07:56 +0200 Subject: [PATCH] Update Changes --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 74fb71fd79..8bf056f366 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -42,6 +42,8 @@ - Allow `][` in code blocks (@Julow, #1149) This was interpreted as "code blocks with result", which now mandate a delimiter: `{delim@lang[ code ]delim[ result ]}` +- Output file paths in the man and latex backends changed to avoid name clashes + (@Julow, #1191) ### Fixed