summaryrefslogtreecommitdiff
path: root/docs/yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml')
-rw-r--r--docs/yaml/elementary/str.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/yaml/elementary/str.yml b/docs/yaml/elementary/str.yml
index 9d059cc09..44aa74240 100644
--- a/docs/yaml/elementary/str.yml
+++ b/docs/yaml/elementary/str.yml
@@ -306,6 +306,12 @@ methods:
It is best to be unambiguous and specify the full revision level to compare.
+ *Since 1.8.0* multiple versions can be compared:
+
+ ```meson
+ '3.6'.version_compare('>=3', '<4.0') == true
+ ```
+
posargs:
compare_string:
type: str