From 7be798ad07e036f9c899f9256abd9a20d6ea42b0 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Tue, 16 Apr 2024 22:31:30 -0700 Subject: [PATCH] Release note for #14817 --- CHANGELOG-WIP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-WIP.md b/CHANGELOG-WIP.md index bee2fd81886..8470143ffa8 100644 --- a/CHANGELOG-WIP.md +++ b/CHANGELOG-WIP.md @@ -23,6 +23,7 @@ - `craft\base\NameTrait::prepareNamesForSave()` no longer updates the name properties if `fullName`, `firstName`, and `lastName` are already set. ([#14665](https://github.com/craftcms/cms/issues/14665)) ### System +- Batched queue jobs now set their progress based on the total progress across all batches, rather than just the current batch. ([#14817](https://github.com/craftcms/cms/pull/14817)) - Craft now calls `setlocale()` based on the target language, so that `SORT_LOCALE_STRING` behaves as expected. ([#14509](https://github.com/craftcms/cms/issues/14509), [#14513](https://github.com/craftcms/cms/pull/14513)) - Improved the performance of scalar element queries like `count()`. - Fixed a bug where `craft\elements\db\ElementQuery::count()` could return the wrong number if the query had a cached result, with `offset` or `limit` params.