summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristoph Schlosser <2466365+cschlosser@users.noreply.github.com>2020-10-03 19:43:04 +0200
committerGitHub <noreply@github.com>2020-10-03 19:43:04 +0200
commit28bd14d438affce02c87b7e7b108c3016feba6a4 (patch)
treedf29743c7267a3f3c86c2b95316c017400c463fb /CHANGELOG.md
parent00f7ec244e65f4d9e1ec25f693c62c9f4f1a2581 (diff)
downloaddoxdocgen-28bd14d438affce02c87b7e7b108c3016feba6a4.tar.gz
Add env-var to replace env var in template strings (#175)
* Add env-var to replace env var in template strings * Windows has it’s user in USERNAME
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 552b4bc..1cdf8b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@
- Support for arbitrary tags (#169)
+- Replace environment variables in templated strings. If no environment variable can be found the name of the variable will be inserted (#110)
+
### Fix
- Incorrect parameter name of template (#170)