|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.15.10 |
| 4 | + |
| 5 | +Released on 2026-04-09. |
| 6 | + |
| 7 | +### Preview features |
| 8 | + |
| 9 | +- \[`flake8-logging`\] Allow closures in except handlers (`LOG004`) ([#24464](https://github.com/astral-sh/ruff/pull/24464)) |
| 10 | +- \[`flake8-self`\] Make `SLF` diagnostics robust to non-self-named variables ([#24281](https://github.com/astral-sh/ruff/pull/24281)) |
| 11 | +- \[`flake8-simplify`\] Make the fix for `collapsible-if` safe in `preview` (`SIM102`) ([#24371](https://github.com/astral-sh/ruff/pull/24371)) |
| 12 | + |
| 13 | +### Bug fixes |
| 14 | + |
| 15 | +- Avoid emitting multi-line f-string elements before Python 3.12 ([#24377](https://github.com/astral-sh/ruff/pull/24377)) |
| 16 | +- Avoid syntax error from `E502` fixes in f-strings and t-strings ([#24410](https://github.com/astral-sh/ruff/pull/24410)) |
| 17 | +- Strip form feeds from indent passed to `dedent_to` ([#24381](https://github.com/astral-sh/ruff/pull/24381)) |
| 18 | +- \[`pyupgrade`\] Fix panic caused by handling of octals (`UP012`) ([#24390](https://github.com/astral-sh/ruff/pull/24390)) |
| 19 | +- Reject multi-line f-string elements before Python 3.12 ([#24355](https://github.com/astral-sh/ruff/pull/24355)) |
| 20 | + |
| 21 | +### Rule changes |
| 22 | + |
| 23 | +- \[`ruff`\] Treat f-string interpolation as potential side effect (`RUF019`) ([#24426](https://github.com/astral-sh/ruff/pull/24426)) |
| 24 | + |
| 25 | +### Server |
| 26 | + |
| 27 | +- Add support for custom file extensions ([#24463](https://github.com/astral-sh/ruff/pull/24463)) |
| 28 | + |
| 29 | +### Documentation |
| 30 | + |
| 31 | +- Document adding fixes in CONTRIBUTING.md ([#24393](https://github.com/astral-sh/ruff/pull/24393)) |
| 32 | +- Fix JSON typo in settings example ([#24517](https://github.com/astral-sh/ruff/pull/24517)) |
| 33 | + |
| 34 | +### Contributors |
| 35 | + |
| 36 | +- [@charliermarsh](https://github.com/charliermarsh) |
| 37 | +- [@dylwil3](https://github.com/dylwil3) |
| 38 | +- [@silverstein](https://github.com/silverstein) |
| 39 | +- [@anishgirianish](https://github.com/anishgirianish) |
| 40 | +- [@shizukushq](https://github.com/shizukushq) |
| 41 | +- [@zanieb](https://github.com/zanieb) |
| 42 | +- [@AlexWaygood](https://github.com/AlexWaygood) |
| 43 | + |
3 | 44 | ## 0.15.9 |
4 | 45 |
|
5 | 46 | Released on 2026-04-02. |
|
0 commit comments