From d072259bb6d8a6d1562cc6d91e1febbe5cc21abb Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 8 Nov 2021 20:13:03 +0100 Subject: [PATCH] Remove #8994 changelog This is an impovement for a warning introduced in this release, so including it in a changelog against the last release seems confusing. --- changelog/8994.improvement.rst | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 changelog/8994.improvement.rst diff --git a/changelog/8994.improvement.rst b/changelog/8994.improvement.rst deleted file mode 100644 index 2c8a2ef83..000000000 --- a/changelog/8994.improvement.rst +++ /dev/null @@ -1,2 +0,0 @@ -Included the module of the class in the error message about direct -node construction (without using ``from_parent``).