From c315257cfd729c1345ab86b1cbf2ac14aaf050c2 Mon Sep 17 00:00:00 2001 From: Selena Goods Date: Wed, 24 Jul 2024 16:08:48 -0400 Subject: [PATCH] Add changelog entries --- .changes/unreleased/ENHANCEMENTS-20240724-160724.yaml | 5 +++++ .changes/unreleased/ENHANCEMENTS-20240724-160830.yaml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changes/unreleased/ENHANCEMENTS-20240724-160724.yaml create mode 100644 .changes/unreleased/ENHANCEMENTS-20240724-160830.yaml diff --git a/.changes/unreleased/ENHANCEMENTS-20240724-160724.yaml b/.changes/unreleased/ENHANCEMENTS-20240724-160724.yaml new file mode 100644 index 00000000..88a63740 --- /dev/null +++ b/.changes/unreleased/ENHANCEMENTS-20240724-160724.yaml @@ -0,0 +1,5 @@ +kind: ENHANCEMENTS +body: 'data-source/archive_file: Add glob pattern matching support to the `excludes` attribute.' +time: 2024-07-24T16:07:24.058378-04:00 +custom: + Issue: "354" diff --git a/.changes/unreleased/ENHANCEMENTS-20240724-160830.yaml b/.changes/unreleased/ENHANCEMENTS-20240724-160830.yaml new file mode 100644 index 00000000..123816d4 --- /dev/null +++ b/.changes/unreleased/ENHANCEMENTS-20240724-160830.yaml @@ -0,0 +1,5 @@ +kind: ENHANCEMENTS +body: 'resource/archive_file: Add glob pattern matching support to the `excludes` attribute.' +time: 2024-07-24T16:08:30.211413-04:00 +custom: + Issue: "354"