From e6d25383e010ff2e259b2112d59523dd79d443e9 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell <273118822+dnyw4l3n13@users.noreply.github.com> Date: Fri, 19 Jun 2026 22:46:37 +0000 Subject: [PATCH] fix: add changelog entry for replace raw echo with output helpers in db/dbenv Prompt: Work on issue #623 in credfeto/scripts. Closes #623 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45dafcdf..ff8322e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release - Replace raw echo with output helpers in development/buildcheck - Replace raw echo with output helpers in db/install-mssql - Replace raw echo with output helpers in db/dropmssqldb +- Replace raw echo with output helpers in db/dbenv ### Changed - Replace raw echo with standard output helpers (die/info/success) in github/cancel-workflows - Replace raw echo with standard output helpers (die/info/success) in git/update-repos-personal