diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2020-03-22 20:10:52 -0400 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2020-03-22 20:10:52 -0400 |
commit | 03dbfdd70186e484135ba1ea8d27672264cd9712 (patch) | |
tree | f2576a9a7e11581892fd8eeece69b0d257f4c1cd /CHANGES.md | |
parent | d576b2327e2bc117f912fe0a9d595e9ae62614e0 (diff) |
Tentative 2.24 release
Adjusted changelogs and versions in `.cabal` files in preparation for
the upcoming release bundled with GHC 8.10.
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +## Changes in 2.24.0 + + * Reify oversaturated data family instances correctly (#1103) + + * Removed the majority of Haddock's possible `panic` routes through + the TTG refactor to make extension variants empty + ## Changes in 2.23.0 * "Linuwial" is the new default theme (#721, #782, #949) |