Skip to content

Commit 76de4e9

Browse files
committed
Update release notes
1 parent 4a37fad commit 76de4e9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/RELEASES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
quick-lint-js' version numbers are arbitrary. quick-lint-js does *not* adhere to
77
Semantic Versioning.
88

9+
## Unreleased
10+
11+
Beta release.
12+
13+
### Added
14+
15+
* Various new errors (implemented by [Himanshu][])
16+
* Partially implemented: Global variables can be configured using a
17+
`quick-lint-js.config` file
18+
19+
### Fixed
20+
21+
* `for (const x of xs)` no longer warns about a missing initializer for `x`
22+
(E205) (implemented by [Himanshu][])
23+
* Building quick-lint-js with AddressSanitizer on Fedora no longer fails in
24+
`collect-copyright`
25+
* Building quick-lint-js no longer fails if a directory called `brew` exists
26+
anywhere in `$PATH`
27+
928
## 0.3.0 (2021-07-02)
1029

1130
Beta release.

0 commit comments

Comments
 (0)