Skip to content

Commit

Permalink
Finish up changelog for 0.8.0
Browse files Browse the repository at this point in the history
The version bump was already done.
  • Loading branch information
mvdan committed May 4, 2018
1 parent 199d924 commit 28bb893
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
### Upcoming release

* Add `runStmt` for executing statements in the `IO` monad and binding new names.

### 0.8.0

* Support GHC 8.4
* Drop support for GHC 7.10
* Drop support for GHC 7.8 and 7.10
* Add `runStmt` to execute statements in the IO monad and bind new names
* Internal changes of temporary files for phantom modules
- The files are now called `M<nnn>.hs` instead of `<nnn>`
- Improved cleanup of phantom module source files
- ghc 8.4 only: phantom modules are put into a temporary directory
* Add `typeChecksWithDetails` to obtain type-checking errors
* Stop GHC from overwriting the Ctrl-C signal handler
* Add `SetImportsF` to allow finer imports control

### 0.7.0

Expand Down

0 comments on commit 28bb893

Please sign in to comment.