Skip to content

2.3.5

Compare
Choose a tag to compare
@wwkimball wwkimball released this 03 Jun 06:26
· 786 commits to master since this release
5aea63b

Bug Fixes:

  • Certain YAML constructs trigger AssertionErrors in ruamel.yaml during YAML
    data writes. This was causing yaml-set to generate empty files. Until
    https://sourceforge.net/p/ruamel-yaml/tickets/351/ is fixed, this patch
    will revert the file contents to mitigate data loss under these conditions.
    A specific test has been created to detect when the upstream issue is fixed.