From 3c596f8428cff87a0d2b7118cae8028934eec48a Mon Sep 17 00:00:00 2001 From: Victorien Elvinger Date: Sun, 17 Sep 2023 14:50:32 +0200 Subject: [PATCH] docs: update changelog and website --- CHANGELOG.md | 4 ++++ website/src/content/docs/internals/changelog.mdx | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b01f536066..1d08ffcaa375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,10 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom - Add [noMisleadingInstantiator](https://biomejs.dev/linter/rules/no-mileading-instantiator) rule. The rule reports the misleading use of the `new` and `constructor` methods. Contributed by @unvalley +#### Bug fixes + +- Fix [#294](https://github.com/biomejs/biome/issues/294). [noConfusingVoidType](https://biomejs.dev/linter/rules/no-confusing-void-type/) no longer reports false positives for return types. Contributed by @b4s36t4 + ### Parser ### VSCode diff --git a/website/src/content/docs/internals/changelog.mdx b/website/src/content/docs/internals/changelog.mdx index dae32e986ded..4bf3716e8d85 100644 --- a/website/src/content/docs/internals/changelog.mdx +++ b/website/src/content/docs/internals/changelog.mdx @@ -15,7 +15,7 @@ New entries must be placed in a section entitled `Unreleased`. Read our [guidelines for writing a good changelog entry](https://github.com/biomejs/biome/blob/main/CONTRIBUTING.md#changelog). ## Unreleased -- Fix [#294](https://github.com/biomejs/biome/issues/294) - `useConfusingVoidType` raising error on Function Type + ### Analyzer ### CLI ### Configuration @@ -28,6 +28,10 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom - Add [noMisleadingInstantiator](https://biomejs.dev/linter/rules/no-mileading-instantiator) rule. The rule reports the misleading use of the `new` and `constructor` methods. Contributed by @unvalley +#### Bug fixes + +- Fix [#294](https://github.com/biomejs/biome/issues/294). [noConfusingVoidType](https://biomejs.dev/linter/rules/no-confusing-void-type/) no longer reports false positives for return types. Contributed by @b4s36t4 + ### Parser ### VSCode