From 9a226cc2caa52286db028988a5d0901960a2f7f0 Mon Sep 17 00:00:00 2001 From: Austin Valle Date: Tue, 16 Jan 2024 18:06:45 -0500 Subject: [PATCH] add changelog --- .changes/unreleased/FEATURES-20240116-180627.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/FEATURES-20240116-180627.yaml diff --git a/.changes/unreleased/FEATURES-20240116-180627.yaml b/.changes/unreleased/FEATURES-20240116-180627.yaml new file mode 100644 index 00000000..253f7f2c --- /dev/null +++ b/.changes/unreleased/FEATURES-20240116-180627.yaml @@ -0,0 +1,6 @@ +kind: FEATURES +body: 'functions/direxists: Added a new `direxists` function that checks for the existence + of a directory, similar to the built-in `fileexists` function.' +time: 2024-01-16T18:06:27.665639-05:00 +custom: + Issue: "285"