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.