Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
writer: Fix hash entries not being sorted
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.
- Loading branch information