|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.14.9 |
| 4 | + |
| 5 | +Released on 2025-12-11. |
| 6 | + |
| 7 | +### Preview features |
| 8 | + |
| 9 | +- \[`ruff`\] New `RUF100` diagnostics for unused range suppressions ([#21783](https://github.com/astral-sh/ruff/pull/21783)) |
| 10 | +- \[`pylint`\] Detect subclasses of builtin exceptions (`PLW0133`) ([#21382](https://github.com/astral-sh/ruff/pull/21382)) |
| 11 | + |
| 12 | +### Bug fixes |
| 13 | + |
| 14 | +- Fix comment placement in lambda parameters ([#21868](https://github.com/astral-sh/ruff/pull/21868)) |
| 15 | +- Skip over trivia tokens after re-lexing ([#21895](https://github.com/astral-sh/ruff/pull/21895)) |
| 16 | +- \[`flake8-bandit`\] Fix false positive when using non-standard `CSafeLoader` path (S506). ([#21830](https://github.com/astral-sh/ruff/pull/21830)) |
| 17 | +- \[`flake8-bugbear`\] Accept immutable slice default arguments (`B008`) ([#21823](https://github.com/astral-sh/ruff/pull/21823)) |
| 18 | + |
| 19 | +### Rule changes |
| 20 | + |
| 21 | +- \[`pydocstyle`\] Suppress `D417` for parameters with `Unpack` annotations ([#21816](https://github.com/astral-sh/ruff/pull/21816)) |
| 22 | + |
| 23 | +### Performance |
| 24 | + |
| 25 | +- Use `memchr` for computing line indexes ([#21838](https://github.com/astral-sh/ruff/pull/21838)) |
| 26 | + |
| 27 | +### Documentation |
| 28 | + |
| 29 | +- Document `*.pyw` is included by default in preview ([#21885](https://github.com/astral-sh/ruff/pull/21885)) |
| 30 | +- Document range suppressions, reorganize suppression docs ([#21884](https://github.com/astral-sh/ruff/pull/21884)) |
| 31 | +- Update mkdocs-material to 9.7.0 (Insiders now free) ([#21797](https://github.com/astral-sh/ruff/pull/21797)) |
| 32 | + |
| 33 | +### Contributors |
| 34 | + |
| 35 | +- [@Avasam](https://github.com/Avasam) |
| 36 | +- [@MichaReiser](https://github.com/MichaReiser) |
| 37 | +- [@charliermarsh](https://github.com/charliermarsh) |
| 38 | +- [@amyreese](https://github.com/amyreese) |
| 39 | +- [@phongddo](https://github.com/phongddo) |
| 40 | +- [@prakhar1144](https://github.com/prakhar1144) |
| 41 | +- [@mahiro72](https://github.com/mahiro72) |
| 42 | +- [@ntBre](https://github.com/ntBre) |
| 43 | +- [@LoicRiegel](https://github.com/LoicRiegel) |
| 44 | + |
3 | 45 | ## 0.14.8 |
4 | 46 |
|
5 | 47 | Released on 2025-12-04. |
|
0 commit comments