summaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2018-05-22 00:17:42 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2018-05-22 00:17:42 +0200
commitfe6fc59ee75f44acdaac0abc757c687916d4618a (patch)
treea3a0c525744fc7b22ef3f64abc7249af75b9422a /docs/markdown/Reference-manual.md
parent5bb863c891a2db7bc7eb0b139dc44e84b72c0d6e (diff)
downloadmeson-fe6fc59ee75f44acdaac0abc757c687916d4618a.tar.gz
dict: add since annotations
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r--docs/markdown/Reference-manual.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index 277353b75..f9efe5338 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -1745,6 +1745,8 @@ The following methods are defined for all [dictionaries](Syntax.md#dictionaries)
You can also iterate over dictionaries with the [`foreach`
statement](Syntax.md#foreach-statements).
+Dictionaries are available since 0.47.0.
+
## Returned objects
These are objects returned by the [functions listed above](#functions).