From 0938c193ea6f56dbb930bfb323602bc4e2b7b9c6 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 15 Jan 2022 15:18:36 +0900 Subject: [PATCH] Update CHANGES for PR #10099 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 197c64df93a..a1bb6dc82d8 100644 --- a/CHANGES +++ b/CHANGES @@ -66,6 +66,7 @@ Bugs fixed * #9909: HTML, prevent line-wrapping in literal text. * #10061: html theme: Configuration values added by themes are not be able to override from conf.py +* #10073: imgconverter: Unnecessary availablity check is called for "data" URIs * #9925: LaTeX: prohibit also with ``'xelatex'`` line splitting at dashes of inline and parsed literals * #9944: LaTeX: extra vertical whitespace for some nested declarations @@ -78,6 +79,7 @@ Bugs fixed * #10057: Failed to scan documents if the project is placed onto the root directory + Testing --------