Skip to content

v0.24.9

Choose a tag to compare

@RAprogramm RAprogramm released this 28 Sep 02:03
· 332 commits to main since this release

Fixed

  • Treat compile-time and runtime custom AppCode values as equal by comparing
    their canonical string representation, restoring successful JSON roundtrips
    for AppCode::new("…") literals.

Changed

  • Equality for AppCode is now string-based; prefer == checks instead of
    pattern matching on AppCode::Variant constants.