From 045808b69f6ced9de5b9ceff69c9187e159e5236 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Thu, 24 Apr 2025 11:12:08 +0200 Subject: [PATCH] Fix wrong issue referenced in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca065581..229f3c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.