You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every change to the YAML output format will now result in a bump of B
in A.B.C.D to more closely follow the Haskell PVP. B will be bumped in
case of small changes and bug fixes, and A if a change is expected to
cause problems with common YAML 1.1 or 1.2 decoders.
encodeDocuments and encodeQuotedDocuments now output a leading ---
Only quote YAML 1.2 boolean strings "true" and "false" (upper or
lowercase), not "on", "off", "yes", "y", "no", "n" (if you want to quote
these strings, use encodeQuoted).