v4.20.0
·
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.