Skip to content
/ yaml Public

v8.1.6

Latest

Choose a tag to compare

@fabpot fabpot released this 30 Aug 21:43
· 16 commits to 8.2 since this release
Immutable release. Only release title and notes can be modified.
v8.1.6

Changelog (v8.1.5...v8.1.6)

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