From e90fe563b82f350312b4005900c0d6f912472c3a Mon Sep 17 00:00:00 2001 From: Alan Fregtman <941331+darkvertex@users.noreply.github.com> Date: Wed, 30 Jun 2021 01:30:58 -0400 Subject: Add changelog entry for PR #2712. --- changelog.d/2712.change.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog.d/2712.change.rst (limited to 'changelog.d') diff --git a/changelog.d/2712.change.rst b/changelog.d/2712.change.rst new file mode 100644 index 00000000..c801e50a --- /dev/null +++ b/changelog.d/2712.change.rst @@ -0,0 +1,2 @@ +Added `glob:` directive for use inside `[options.data_files]` values, with accompanying unittests. +Updated declarative_config.rst docs to explain new `glob:` directive. -- cgit v1.2.1 From d5d579ea6651cddc38b04cef86c5fb6f78b81024 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 4 Jul 2021 22:22:50 -0400 Subject: Trim back chaneglog. --- changelog.d/2712.change.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'changelog.d') diff --git a/changelog.d/2712.change.rst b/changelog.d/2712.change.rst index c801e50a..46b9cd2a 100644 --- a/changelog.d/2712.change.rst +++ b/changelog.d/2712.change.rst @@ -1,2 +1 @@ -Added `glob:` directive for use inside `[options.data_files]` values, with accompanying unittests. -Updated declarative_config.rst docs to explain new `glob:` directive. +Added `glob:` directive for use inside `[options.data_files]` values. -- cgit v1.2.1 From cb05fb0c94716b1d328ecca0573346218505b859 Mon Sep 17 00:00:00 2001 From: Alan Fregtman <941331+darkvertex@users.noreply.github.com> Date: Wed, 21 Jul 2021 17:34:14 -0400 Subject: Update globbing for [options.data_files] to be implicit, not requiring a custom directive. --- changelog.d/2712.change.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'changelog.d') diff --git a/changelog.d/2712.change.rst b/changelog.d/2712.change.rst index 46b9cd2a..952101f1 100644 --- a/changelog.d/2712.change.rst +++ b/changelog.d/2712.change.rst @@ -1 +1 @@ -Added `glob:` directive for use inside `[options.data_files]` values. +Added implicit globbing support for `[options.data_files]` values. -- cgit v1.2.1