From 2d6df9b502e212cb97d01a233086ca3030ad9fb2 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:17:14 +0100 Subject: [PATCH] docs: improve refactored changelog section wording --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0b44a9f9..dfb599f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,8 +62,8 @@ All notable changes to this project will be documented in this file. ### Refactored -- Completely refactor all database migrations for a cleaner, more consistent and stable database schema -- Completely refactor all database models +- All database migrations for a cleaner, more consistent and stable database schema +- All database models for improved maintainability - Replace hardcoded queue strings with a `ProcessingQueue` enum - `config/constants.php` to `config/coolify.php` for all Coolify-specific settings - Environment variable naming to be shorter and more consistent