From 234431a6ac375da9bceb865f65cbe5d1b529d5ef Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 24 Apr 2017 13:07:53 +0200 Subject: Bump version to 0.8.0.0 --- CHANGELOG | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 6c4574b..0a7f05a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,12 +1,18 @@ # CHANGELOG -- next +- 0.8.0.0 * Remove `MagicHash` from whitelisted language extensions, since it was - causing parsing errors + causing parsing errors (by Artyom Kazak) * Don't leave a `#-}` hanging on the next line when `language_pragmas` is set to `compact` and the `#-}` doesn't fit into character limit + (by Artyom Kazak) * Deduplicate import specs (i.e. `import Foo (a, a, b)` becomes - `import Foo (a, b)`) + `import Foo (a, b)`) (by Artyom Kazak) + * Take package imports into account when prettifying imports + (by Artyom Kazak) + * Bump `aeson` to 1.2 + * Bump `syb` to 0.7 + * Bump `HUnit` to 1.6 - 0.7.1.0 * Keep `safe` and `{-# SOURCE #-}` import annotations (by Moritz Drexl) -- cgit v1.2.3