Bump to 0.12.1.1; Update changelog

remotes/felixonmars/release 0.12.1.1
Lennart Spitzner 2019-12-09 13:38:26 +01:00
parent e24271318d
commit f8892d41d4
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,17 @@
# Revision history for brittany # Revision history for brittany
## 0.12.1.1 -- December 2019
* Bugfixes:
- Fix layouting regression of record update for many/large fields
- Fix whitespace regression on ExplicitForall notation
(`foo :: forall a . Show a => a -> a`, note the double space)
introduced in 0.12. (#264)
- Fix roundtripping of type equality constraint
`f :: ((~) a b) => a -> b` (#267)
* One experimental feature addition: Turning brace notation semicolons into
newlines when formatting (see #270)
## 0.12.1.0 -- September 2019 ## 0.12.1.0 -- September 2019
* Support ghc-8.8 * Support ghc-8.8

View File

@ -1,5 +1,5 @@
name: brittany name: brittany
version: 0.12.1.0 version: 0.12.1.1
synopsis: Haskell source code formatter synopsis: Haskell source code formatter
description: { description: {
See <https://github.com/lspitzner/brittany/blob/master/README.md the README>. See <https://github.com/lspitzner/brittany/blob/master/README.md the README>.