Skip to content

Commit be7f7dd

Browse files
committed
Update release notes
1 parent f1f634d commit be7f7dd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ New features:
55

66
Bug fixes:
77
- `module exposing` listings containing comments no longer add extra leading spaces
8+
- Redundant import aliases (when the alias is the same as the module name) are now removed
89

910
Other changes:
1011
- Native binaries are now provided for MacOS ARM64 (previous version required Rosetta)

Release Notes/0.8.6.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
## Much, much faster; Many, many contributors
22

3+
Thanks to the contributions of many (see below), elm-format is now much faster.
4+
(Testers of the pre-release saw an 11x speedup on MacOS ARM, and a 4x speedup on other platforms.)
5+
36
New features:
47
- File are now processed in parallel
58

69
Bug fixes:
710
- `module exposing` listings containing comments no longer add extra leading spaces
11+
- Redundant import aliases (when the alias is the same as the module name) are now removed
812

913
Other changes:
1014
- Native binaries are now provided for MacOS ARM64 (previous version required Rosetta)
@@ -31,4 +35,5 @@ or [download from the release page](https://github.com/avh4/elm-format/releases/
3135
- @tfausak for linux-aarch64 build script updates
3236
- @supermario for mac-arm64 build script updates
3337
- [Lamdera](https://www.lamdera.com/) for providing CI runners to build the MacOS ARM64 release binaries
34-
- Elm community members for testing the new binaries
38+
- Elm community members for testing the new binaries and npm packages
39+
- ... and anyone who's contributed to cross-compilation support in ghc or nix in the past two years

0 commit comments

Comments
 (0)