Skip to content

Commit 18adffc

Browse files
committed
Docs: update release notes
1 parent 993e3fe commit 18adffc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ Beta release.
1515
* CLI: The `--stdin` option (and `-`) no longer search for configuration files
1616
in the current working directory. Use the `--path-for-config-search` option to
1717
approximate the old behavior.
18+
* Emacs: For scratch buffers, the Flycheck and Flymake plugins no longer
19+
search for configuration files.
20+
* Vim: For unnamed buffers, the ALE plugin no longer searches for configuration
21+
files in the current working directory's parent and ancestors. Name the buffer
22+
using the `:file` command if you want a configuration file to take effect.
1823

1924
### Added
2025

@@ -35,6 +40,8 @@ Beta release.
3540
`collect-copyright`
3641
* Building quick-lint-js no longer fails if a directory called `brew` exists
3742
anywhere in `$PATH`
43+
* Various crashes given invalid JavaScript no longer happen (implemented by
44+
[wagner riffel][])
3845

3946
## 0.3.0 (2021-07-02)
4047

0 commit comments

Comments
 (0)