Skip to content

Release 0.5.0#98

Merged
danielparks merged 1 commit into
mainfrom
release-0.5.0
May 21, 2026
Merged

Release 0.5.0#98
danielparks merged 1 commit into
mainfrom
release-0.5.0

Conversation

@danielparks
Copy link
Copy Markdown
Owner

Breaking changes

  • Changed the type of the public fields TreeNode::branch and FlatMatcher::arms from HashMap to BTreeMap.

    This makes the generated match arms appear in a deterministic order.

    Thanks to Utkarsh Gupta for the PR!

### Breaking changes

* Changed the type of the public fields `TreeNode::branch` and `FlatMatcher::arms` from `HashMap` to `BTreeMap`.

  This makes the generated `match` arms appear in a deterministic order.

  Thanks to [Utkarsh Gupta](https://github.com/utkarshgupta137) for the [PR](#95)!
@danielparks danielparks merged commit 9095e75 into main May 21, 2026
7 checks passed
@danielparks danielparks deleted the release-0.5.0 branch May 21, 2026 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant