Skip to content

Commit 4869fe8

Browse files
committed
edit changelog
1 parent e7f55a8 commit 4869fe8

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,21 @@
1212
- [syntax-errors] Check annotations in annotated assignments ([#17283](https://github.com/astral-sh/ruff/pull/17283))
1313
- [syntax-errors] Extend annotation checks to `await` ([#17282](https://github.com/astral-sh/ruff/pull/17282))
1414

15+
### Bug fixes
16+
17+
- [`flake8-pie`] Avoid false positive for multiple assignment with `auto()` (`PIE796`) ([#17274](https://github.com/astral-sh/ruff/pull/17274))
18+
1519
### Rule changes
1620

17-
- Fix RUF100 to detect unused file-level noqa directives with specific codes (#17042) ([#17061](https://github.com/astral-sh/ruff/pull/17061))
21+
- [`ruff`] Fix `RUF100` to detect unused file-level `noqa` directives with specific codes (#17042) ([#17061](https://github.com/astral-sh/ruff/pull/17061))
1822
- [`flake8-pytest-style`] Avoid false positive for legacy form of `pytest.raises` (`PT011`) ([#17231](https://github.com/astral-sh/ruff/pull/17231))
1923

2024
### Documentation
2125

22-
- [docs] fix formatting of "See Style Guide" link ([#17272](https://github.com/astral-sh/ruff/pull/17272))
26+
- Fix formatting of "See Style Guide" link ([#17272](https://github.com/astral-sh/ruff/pull/17272))
2327
- [syntax-errors] Document behavior of `global` declarations in `try` nodes before 3.13 ([#17285](https://github.com/astral-sh/ruff/pull/17285))
2428

25-
### Other changes
2629

27-
- Run fuzzer with `--preview` ([#17210](https://github.com/astral-sh/ruff/pull/17210))
28-
- [`flake8-pie`] Avoid false positive for multiple assignment with `auto()` (`PIE796`) ([#17274](https://github.com/astral-sh/ruff/pull/17274))
29-
- [playground] Add Reset button ([#17236](https://github.com/astral-sh/ruff/pull/17236))
30-
- [playground] Provide fallback monospace-font ([#17242](https://github.com/astral-sh/ruff/pull/17242))
31-
- update cargo-dist ([#17325](https://github.com/astral-sh/ruff/pull/17325))
3230

3331
## 0.11.4
3432

0 commit comments

Comments
 (0)