From 1a4223caa69c3b2701af4daf29e130dba72e9eee Mon Sep 17 00:00:00 2001 From: Grzegorz Kowalski Date: Mon, 2 Jun 2025 11:18:08 +0200 Subject: [PATCH] Add release notes entry --- documentation/new-notes/PR-636.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 documentation/new-notes/PR-636.md diff --git a/documentation/new-notes/PR-636.md b/documentation/new-notes/PR-636.md new file mode 100644 index 000000000..79ecd2248 --- /dev/null +++ b/documentation/new-notes/PR-636.md @@ -0,0 +1,6 @@ +### Add support for EPICS_DB_INCLUDE_PATH to dbLoadTemplate + +GitHub [PR #636](https://github.com/epics-base/epics-base/pull/636) + +Allow finding the substitution file using path in `EPICS_DB_INCLUDE_PATH` or +an additional parameter to `dbLoadTemplate`.