Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
avh4 committed Mar 1, 2023
1 parent f1f634d commit be7f7dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ New features:

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

Other changes:
- Native binaries are now provided for MacOS ARM64 (previous version required Rosetta)
Expand Down
7 changes: 6 additions & 1 deletion Release Notes/0.8.6.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
## Much, much faster; Many, many contributors

Thanks to the contributions of many (see below), elm-format is now much faster.
(Testers of the pre-release saw an 11x speedup on MacOS ARM, and a 4x speedup on other platforms.)

New features:
- File are now processed in parallel

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

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

0 comments on commit be7f7dd

Please sign in to comment.