diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,10 +2,16 @@ Changes in version 2.15.0 * Always read in prologue files as UTF8 (#286 and Cabal #1721) +Changes in version 2.14.2 + + * Always drop --split-objs GHC flag for performance reasons (#292) + * Print kind signatures GADTs (#85) * Drop single leading whitespace when reasonable from @-style blocks (#201) + * Fix crashes associated with exporting data family record selectors (#294) + Changes in version 2.14.1 * Render * and -> with their UnicodeSyntax equivalents if -U is enabled |