diff options
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 57e2bc1..6699d75 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1195,6 +1195,9 @@ them for the default behaviour for each platform. This function prints its argument to stdout. +**Since 0.54.0** Can take more more than one argument that will be separated by +space. + ### warning() ``` meson @@ -1205,6 +1208,9 @@ This function prints its argument to stdout prefixed with WARNING:. *Added 0.44.0* +**Since 0.54.0** Can take more more than one argument that will be separated by +space. + ### summary() ``` meson |