Skip to content

v2.2.1: writer: Fix hash entries not being sorted

Compare
Choose a tag to compare
@leoetlino leoetlino released this 17 Mar 15:30
· 19 commits to master since this release
Keys were being sorted correctly but not the hash entries themselves...

This is required to avoid generating invalid documents as the official
BYML library performs binary searches.