summaryrefslogtreecommitdiff
path: root/docs/yaml/objects/cfg_data.yaml
AgeCommit message (Collapse)Author
2022-04-07docs: Fix [[true]] --> `true`Daniel Mensinger
2022-01-18interpreterobjects: deprecated passing a number to configuration_data.set10Dylan Baker
This is currently allowed, and is used in at least a few projects. It was not intended to work or documented, but it does and since it is in use a full deprecation period must be used. A warning has also been added for values < 0, which have surprising behavior.
2021-10-03docs: Add the YAML Reference manualDaniel Mensinger