Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 373 Bytes

switch_yaml_parsing_to_12.md

File metadata and controls

11 lines (8 loc) · 373 Bytes
default
major

Switch YAML parsing to 1.2

This change switches the YAML parsing library to ruamel.yaml which follows the YAML 1.2 specification. There are breaking changes from YAML 1.1 to 1.2, though they will not affect most use cases.

PR #1042 fixes #1041. Thanks @rtaycher!