diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d0f7fd59..6e9657575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Bug fixes: - 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) + - Native binaries are now provided for MacOS ARM64 (previous versions required Rosetta) - Native (statically-linked) binaries are now provided for Linux ARM64 (aarch64) - The npm installer now has zero dependencies - Performance optimization, making use of Elm 0.19's parser, thanks to @emmabastas's contributions via Google Summer of Code diff --git a/Release Notes/0.8.6.md b/Release Notes/0.8.6.md index 6b7232294..1105c6584 100644 --- a/Release Notes/0.8.6.md +++ b/Release Notes/0.8.6.md @@ -11,7 +11,7 @@ Bug fixes: - 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) + - Native binaries are now provided for MacOS ARM64 (previous versions required Rosetta) - Native (statically-linked) binaries are now provided for Linux ARM64 (aarch64) - The npm installer now has zero dependencies - Performance optimization, making use of Elm 0.19's parser, thanks to @emmabastas's contributions via Google Summer of Code