aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/elementary/str.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml/elementary/str.yml')
-rw-r--r--docs/yaml/elementary/str.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/yaml/elementary/str.yml b/docs/yaml/elementary/str.yml
index 7748121..83ab3dd 100644
--- a/docs/yaml/elementary/str.yml
+++ b/docs/yaml/elementary/str.yml
@@ -14,6 +14,10 @@ methods:
See [the Meson syntax entry](Syntax.md#string-formatting) for more
information.
+
+ *Since 1.3.0* values other than strings, integers, bools, options,
+ dictionaries and lists thereof are deprecated. They were previously printing
+ the internal representation of the raw Python object.
example: |
```meson
template = 'string: @0@, number: @1@, bool: @2@'