Skip to content

Commit ba7856f

Browse files
committed
chore(docs): update changelog and authors
1 parent bffc7bb commit ba7856f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/AUTHORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The following contributors are copyright holders of portions of quick-lint-js:
1212

1313
* CodeItQuick; [email protected]
1414
* EdTheDagger
15+
* Mothi Ghimire; [email protected]
1516
* david doroz; [email protected]
1617
* spicyyboi
1718

@@ -55,6 +56,7 @@ authored portions of quick-lint-js:
5556
* Peter Khalil; https://github.com/m5tfi; signed CLA-v1.md
5657
* Rebraws; [email protected]; signed CLA-v1.md
5758
* Rob Miner; [email protected]; signed CLA-v1.md
59+
* Roland Strasser; signed CLA-v1.md
5860
* Sarah Schulte; [email protected]; signed CLA-v1.md
5961
* Shivam Mehta; [email protected]; signed CLA-v1.md
6062
* Tony Sathre; [email protected]; signed CLA-v1.md

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ Semantic Versioning.
1212

1313
* `await await f()` now reports [E0266][] ("redundant await") (implemented by
1414
[clegoz][]).
15+
* CLI: Misuse of `--vim-file-bufnr` now reports warnings (implemented by [Roland
16+
Strasser][]).
1517

1618
### Fixed
1719

20+
* LSP, VS Code: quick-lint-js now correctly handles merging lines containing
21+
non-ASCII with lines containing ASCII. This fixes spurious diagnostics. Thanks
22+
to T0x3139 and [mirabellier][] for reporting and helping fix this bug.
1823
* quick-lint-js now recognizes [Bun][]'s global variables, including `Bun` and
1924
`bunJSX`. This suppresses undesired [E0057][] ("use of undeclared variable")
2025
warnings.
@@ -625,6 +630,7 @@ Beta release.
625630
[Nico Sonack]: https://github.com/herrhotzenplotz
626631
[Piotr Dąbrowski]: https://github.com/yhnavein
627632
[Rob Miner]: https://github.com/robminer6
633+
[Roland Strasser]: https://github.com/rol1510
628634
[Sarah Schulte]: https://github.com/cgsdev0
629635
[Shivam Mehta]: https://github.com/maniac-en
630636
[Tony Sathre]: https://github.com/tonysathre
@@ -633,6 +639,7 @@ Beta release.
633639
[config-global-groups]: https://quick-lint-js.com/config/#global-groups
634640
[david doroz]: https://github.com/DaviddHub
635641
[install-powershell-completions]: https://github.com/quick-lint/quick-lint-js/blob/master/completions/README.md#powershell
642+
[mirabellier]: https://github.com/mirabellierr
636643
[ooblegork]: https://github.com/ooblegork
637644
[tiagovla]: https://github.com/tiagovla
638645
[wagner riffel]: https://github.com/wgrr

0 commit comments

Comments
 (0)