Skip to content
/ yaml Public

v7.4.18

Choose a tag to compare

@fabpot fabpot released this 30 Aug 21:39
· 83 commits to 8.2 since this release
Immutable release. Only release title and notes can be modified.
v7.4.18

Changelog (v7.4.17...v7.4.18)

  • bug #65727 Fix a TypeError when "!!binary" is given an unparsable value (@nicolas-grekas)
  • bug #65688 Bound recursion depth in the inline lexer (@nicolas-grekas)
  • bug #65651 Quote strings that look like octal numbers when dumping (@lazerg)