From 3bde972fbe7cf11ae82c61e5cfc5ddd497b93133 Mon Sep 17 00:00:00 2001 From: Selena Goods Date: Mon, 22 Jan 2024 16:05:42 -0500 Subject: [PATCH] Add Changelog entries --- .changes/unreleased/ENHANCEMENTS-20240122-160317.yaml | 6 ++++++ .changes/unreleased/FEATURES-20240122-160026.yaml | 5 +++++ .changes/unreleased/FEATURES-20240122-160050.yaml | 5 +++++ 3 files changed, 16 insertions(+) create mode 100644 .changes/unreleased/ENHANCEMENTS-20240122-160317.yaml create mode 100644 .changes/unreleased/FEATURES-20240122-160026.yaml create mode 100644 .changes/unreleased/FEATURES-20240122-160050.yaml diff --git a/.changes/unreleased/ENHANCEMENTS-20240122-160317.yaml b/.changes/unreleased/ENHANCEMENTS-20240122-160317.yaml new file mode 100644 index 00000000..1ad48423 --- /dev/null +++ b/.changes/unreleased/ENHANCEMENTS-20240122-160317.yaml @@ -0,0 +1,6 @@ +kind: ENHANCEMENTS +body: 'validate: Add `functions` to list of allowed template and rendered website + subdirectories' +time: 2024-01-22T16:03:17.035362-05:00 +custom: + Issue: "328" diff --git a/.changes/unreleased/FEATURES-20240122-160026.yaml b/.changes/unreleased/FEATURES-20240122-160026.yaml new file mode 100644 index 00000000..8a6c3bb5 --- /dev/null +++ b/.changes/unreleased/FEATURES-20240122-160026.yaml @@ -0,0 +1,5 @@ +kind: FEATURES +body: 'generate: Add support for Provider-defined Function documentation' +time: 2024-01-22T16:00:26.052538-05:00 +custom: + Issue: "328" diff --git a/.changes/unreleased/FEATURES-20240122-160050.yaml b/.changes/unreleased/FEATURES-20240122-160050.yaml new file mode 100644 index 00000000..4b61a7cb --- /dev/null +++ b/.changes/unreleased/FEATURES-20240122-160050.yaml @@ -0,0 +1,5 @@ +kind: FEATURES +body: 'migrate: Add support for Provider-defined Function documentation' +time: 2024-01-22T16:00:50.279982-05:00 +custom: + Issue: "328"