aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.asciidoc')
-rw-r--r--CHANGELOG.asciidoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 863780e..0261b82 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -43,3 +43,11 @@
without an explicit fetch method). Adding "git"
at the beginning of the dep line is the modern
equivalent.
+
+2024/11/22: Templates no longer use Make variables for
+ substitution. Instead the strings template_name
+ and project_name get replaced by their equivalent.
+ Note that using variables in your own templates
+ should still work, but that this way of doing
+ things is deprecated. This change makes it
+ possible to have templates outside of Makefiles.