Skip to content

v4.20.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 13:53
· 4469 commits to master since this release
fix: exponential compilation times due to inlined instances (#8254)

This PR fixes unintended inlining of `ToJson`, `FromJson`, and `Repr`
instances, which was causing exponential compilation times in `deriving`
clauses for large structures.