From 80bda3b968aec51e86a514d2e3dd5dca0960d0ec Mon Sep 17 00:00:00 2001 From: Nathan McDougall Date: Fri, 18 Jul 2025 23:04:53 +1200 Subject: [PATCH] Reword changelog for v0.15.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3b3d66..c4b1d510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Previously, when using Import Linter with Ruff, the `INP` rule would be ignored in the `tests` directory via an incorrect glob pattern of `"*/tests/**"`; this has been fixed to `"tests/**"`. -- A TOML integration problem caused broken config on some versions of the dependency `tomlkit` before v0.13.3. This could occur on deeply nested keys, such as the per-file-ignores for Ruff directories in `pyproject.toml` when using Import Linter. This has now been fixed. +- A TOML integration problem could cause broken configuration in some cases. This could occur on deeply nested keys, such as the per-file-ignores for Ruff directories in `pyproject.toml` when using Import Linter. This has now been fixed. ### 📚 Documentation