Skip to content
/ yaml Public

v6.4.45

Choose a tag to compare

@fabpot fabpot released this 30 Aug 21:23
· 201 commits to 8.2 since this release
Immutable release. Only release title and notes can be modified.
v6.4.45

Changelog (v6.4.44...v6.4.45)

  • 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)