From 0302622310d026aa10544049ebfdf964744715c2 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 12 Mar 2018 18:22:12 -0300 Subject: [PATCH] Improve CHANGELOG entry a bit --- changelog/3291.feature | 1 - changelog/3291.trivial.rst | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 changelog/3291.feature create mode 100644 changelog/3291.trivial.rst diff --git a/changelog/3291.feature b/changelog/3291.feature deleted file mode 100644 index b011193f2..000000000 --- a/changelog/3291.feature +++ /dev/null @@ -1 +0,0 @@ -move code around and ensure nodeids are computed eagerly diff --git a/changelog/3291.trivial.rst b/changelog/3291.trivial.rst new file mode 100644 index 000000000..a2e65c2d7 --- /dev/null +++ b/changelog/3291.trivial.rst @@ -0,0 +1 @@ +``nodeids`` can now be passed explicitly to ``FSCollector`` and ``Node`` constructors.