summaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.41.0.md
diff options
context:
space:
mode:
authorBálint Aradi <baradi09@gmail.com>2017-06-02 21:09:11 +0200
committerBálint Aradi <baradi09@gmail.com>2017-06-03 16:51:58 +0200
commit28dededf083b6cae170a175309d064502fcc9eef (patch)
tree9b10d3b73e649593ce99fea5246fb2d028ab1385 /docs/markdown/Release-notes-for-0.41.0.md
parente79b602298ca3810c4ee0c99a23ae3ae50c879b3 (diff)
downloadmeson-28dededf083b6cae170a175309d064502fcc9eef.tar.gz
Update reference manual and release notes
Diffstat (limited to 'docs/markdown/Release-notes-for-0.41.0.md')
-rw-r--r--docs/markdown/Release-notes-for-0.41.0.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Release-notes-for-0.41.0.md b/docs/markdown/Release-notes-for-0.41.0.md
index 80bf0b303..f995cc54b 100644
--- a/docs/markdown/Release-notes-for-0.41.0.md
+++ b/docs/markdown/Release-notes-for-0.41.0.md
@@ -67,3 +67,7 @@ coverage must be combined before producing a report (`coverage3 combine`.)
All known issues have been fixed and Meson can now build reproducible Debian
packages out of the box.
+## Extended template substitution in configure_file
+
+The output argument of `configure_file()` is parsed for @BASENAME@ and
+@PLAINNAME@ substitutions.