We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801a844 commit e4a936aCopy full SHA for e4a936a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## Unreleased
2
+
3
+* Fixed a performance regression introduced in 0.8.0.0. [Issue
4
+ 1176](https://github.com/tweag/ormolu/issues/1176).
5
6
## Ormolu 0.8.0.1
7
8
* Correctly format edge cases where fully collapsing string gaps changes the
@@ -9,7 +14,7 @@
9
14
1166](https://github.com/tweag/ormolu/issues/1166).
10
15
11
16
* Make multiline function signatures in RequiredTypeArguments consistent with
12
- types [PR 1170](https://github.com/tweag/ormolu/pull/1170)
17
+ types [PR 1170](https://github.com/tweag/ormolu/pull/1170).
13
18
19
* Correctly format single-line `MultiWayIf`s. [Issue
20
1171](https://github.com/tweag/ormolu/issues/1171).
0 commit comments