Fix wrong issue referenced in changelog

This commit is contained in:
Veronica Berglyd Olsen
2025-04-24 11:12:08 +02:00
parent 99918cdc17
commit 045808b69f
+1 -1
View File
@@ -65,7 +65,7 @@ careful when using this version on live writing projects, and make sure you take
**Code Improvements**
* The log output now obeys the `NO_COLOR` and `FORCE_COLOR` environment variables. PR #2228.
* The CI/CD pipeline now runs type checking on the code base using Pyright. Issue #2276. PR #2279.
* The CI/CD pipeline now runs type checking on the code base using Pyright. PR #2279.
* The CI/CD pipeline now uses Ruff to check code style and format. PRs #2281, #2282 and #2287.
* The code base has been updated to conform to new linting rules. PR #2201.