From f158536fbb586d85336a6ae6e5fe091c9efe605d Mon Sep 17 00:00:00 2001 From: Dhruv Manilawala Date: Fri, 20 Oct 2023 09:57:24 +0530 Subject: [PATCH] Fix "Preview features" heading level in CHANGELOG (#8086) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a91995593..bb76421afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ - Respect `tab-size` setting in formatter ([#8006](https://github.com/astral-sh/ruff/pull/8006)) - Add `lint.preview` ([#8002](https://github.com/astral-sh/ruff/pull/8002)) -## Preview features +### Preview features - \[`pylint`\] Implement `literal-membership` (`PLR6201`) ([#7973](https://github.com/astral-sh/ruff/pull/7973)) - \[`pylint`\] Implement `too-many-boolean-expressions` (`PLR0916`) ([#7975](https://github.com/astral-sh/ruff/pull/7975))