Skip to content

Commit 6f41707

Browse files
committed
Docs: update changelog
1 parent cb0f0a8 commit 6f41707

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Beta release.
1212

1313
### Added
1414

15+
* Various new diagnostics (implemented by [Himanshu][]).
1516
* VS Code: The new `quick-lint-js.logging` setting allows you to show
1617
quick-lint-js' internal log messages in an Output window.
1718
* VS Code: Apple Silicon (e.g. M1) (ARM64) is now supported.
@@ -22,6 +23,14 @@ Beta release.
2223
* Vim: Improved performance of the ALE plugin by using the LSP server by
2324
default.
2425
* The macOS and Windows binaries are now code-signed.
26+
* Emacs (Eglot): You no longer need to type `M-x eglot` in order to start
27+
linting. Apply this fix by [adding `(eglot-ensure)` to your init
28+
file](https://quick-lint-js.com/install/emacs/configure/#eglot).
29+
* quick-lint-js now understands the `AggregateError`, `FinalizationRegistry`,
30+
and `WeakRef` ECMAScript global variables by default.
31+
* The macOS and Windows executables now include embedded code signatures. These
32+
signatures are made with a self-signed certificate.
33+
* The Linux executables are now signed with a GPG signature (`.asc` files).
2534

2635
### Fixed
2736

@@ -32,6 +41,9 @@ Beta release.
3241
* VS Code: The extension no longer tries to load an ARM64 DLL on Windows x64.
3342
* VS Code and LSP server: In Windows debug builds, crashes no longer occur
3443
supriously when the filesystem changes.
44+
* The npm package and the manual builds are now much smaller and faster. (They
45+
were previously compiled in debug, unoptimized mode.)
46+
* `delete x` no longer reports a warning if `x` is a global variable.
3547

3648
## 0.5.0 (2021-10-12)
3749

0 commit comments

Comments
 (0)