From 6fb5c4781030326b9ed6ec5300dc06a9b2c24fd6 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Mon, 26 Aug 2024 15:07:56 +0200 Subject: [PATCH] Update Changes Co-authored-by: panglesd --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 74fb71fd79..592ea5ee6e 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 and labels in the man and latex backends changed to avoid name clashes + (@Julow, #1191) ### Fixed