From c44140b4e3af563d1a0bb761b0c1fbb1d9b6b167 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Thu, 20 May 2021 02:03:33 +0900 Subject: [PATCH] Update CHANGES for PR #9240 --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index dd832801d..78c481663 100644 --- a/CHANGES +++ b/CHANGES @@ -12,8 +12,6 @@ Incompatible changes * #9222: Update Underscore.js to 1.13.1 * #9217: manpage: Stop creating a section directory on build manpage by default (see :confval:`man_make_section_directory`) -* #9240: Unknown node error for pending_xref_condition is raised if an extension - that does not support the node installs a missing-reference handler Deprecated ---------- @@ -25,6 +23,8 @@ Bugs fixed ---------- * #9210: viewcode: crashed if non importable modules found on parallel build +* #9240: Unknown node error for pending_xref_condition is raised if an extension + that does not support the node installs a missing-reference handler Testing --------