Fix "Preview features" heading level in CHANGELOG (#8086)

This commit is contained in:
Dhruv Manilawala 2023-10-20 09:57:24 +05:30 committed by GitHub
parent 1dd264b019
commit f158536fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
- Respect `tab-size` setting in formatter ([#8006](https://github.com/astral-sh/ruff/pull/8006)) - 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)) - 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 `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)) - \[`pylint`\] Implement `too-many-boolean-expressions` (`PLR0916`) ([#7975](https://github.com/astral-sh/ruff/pull/7975))