diff options
| -rw-r--r-- | docs/yaml/elementary/dict.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/yaml/elementary/dict.yml b/docs/yaml/elementary/dict.yml index f3ca837d0..19263dfa1 100644 --- a/docs/yaml/elementary/dict.yml +++ b/docs/yaml/elementary/dict.yml @@ -8,8 +8,9 @@ description: | You can also iterate over dictionaries with the [`foreach` statement](Syntax.md#foreach-statements). - *(since 0.48.0)* Dictionaries can be added (e.g. `d1 = d2 + d3` and `d1 += d2`). + *(since 0.48.0)*: Dictionaries can be added (e.g. `d1 = d2 + d3` and `d1 += d2`). Values from the second dictionary overrides values from the first. + *(since 0.62.0)*: Dictionary order is guaranteed to be insertion order. methods: |
