From f6a3df88d18cdd6ed6e40c5ccbb0fd1c90c546f5 Mon Sep 17 00:00:00 2001 From: Shlee Date: Thu, 27 Aug 2026 16:34:16 +0930 Subject: [PATCH] Update CHANGELOG.md Updated changelog to reflect recent refactors and testing improvements. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76699a99d..5f2ce42e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,9 @@ - refactor: replace short facade aliases with fully-qualified imports - refactor: update larascan with best practices for laravel 12+ - fix larascan errors blocking full scans. - +- ([#6856](https://github.com/pixelfed/pixelfed/pull/6856)) + - Testing: Refactored the testing environment + - Testing: Added 250+ tests ## [v0.12.9 (2026-08-25)](https://github.com/pixelfed/pixelfed/compare/v0.12.9...dev) - Account Migration fix ([2fd3162f404](https://github.com/pixelfed/pixelfed/commit/2fd3162f4041bf82a51018ffbe3e1509b6576e33))