diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-04-01 19:07:33 +0100 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-04-01 19:07:33 +0100 |
commit | 2eafeb035916e578b6dea29d342e9409ffb244a2 (patch) | |
tree | e4e6c439bbb9dd6377dd6e3c42f562a2cbe0d59b /CHANGES | |
parent | a6e36fc8cde675c2b7b2bc8f519221c93f20f207 (diff) |
Make CHANGES consistent with what's now in 2.14.2
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 |