Skip to content

Commit 391b264

Browse files
committed
Docs: update change log
1 parent 1e7947b commit 391b264

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,17 @@ Beta release.
1616
* `quick-lint-js.config` now supports the [**literally-anything** global
1717
group][config-global-groups]. Use this option to disable all
1818
use-of-undeclared-variable warnings.
19+
* If quick-lint-js crashes, it will link to a page to [report
20+
crashes](https://quick-lint-js.com/crash-report/).
1921
* VS Code: The plugin now works on Windows on ARM (64-bit).
2022
* VS Code: The plugin now works on Linux on ARM (32-bit and 64-bit).
2123
* The CLI and LSP server now compile on FreeBSD (amd64). However, we don't
2224
provide FreeBSD pre-built executables.
2325
* Neovim: nvim-lspconfig is now supported by quick-lint-js' plugin (implemented
2426
by [tiagovla][]).
27+
* VS Code: Contributors can now enable [performance
28+
tracing](https://github.com/quick-lint/quick-lint-js/blob/1e7947ba71711479e04fe9100e2d09d202015926/plugin/vscode/PERFORMANCE-TRACING.md)
29+
(implemented by [Jimmy Qiu][]).
2530

2631
### Fixed
2732

@@ -38,7 +43,10 @@ Beta release.
3843
component contains a symbolic link (Linux and macOS).
3944
* quick-lint-js no longer warns about variables named `__dirname`,
4045
`__filename`, `exports`, `module`, or `require` by default.
46+
* Parsing certain code patterns containing `await/` no longer takes excessive
47+
memory and time.
4148
* Various crashes on invalid code have been fixed.
49+
* LSP, VS Code: Some memory leaks have been fixed.
4250

4351
## 0.4.0 (2021-09-09)
4452

0 commit comments

Comments
 (0)