From 6c260efd49d193c5c19de097bb31480a664aab4e Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Thu, 2 Jan 2025 11:48:51 -0800 Subject: [PATCH] Release note [ci skip] --- CHANGELOG-WIP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-WIP.md b/CHANGELOG-WIP.md index 3e499a76e3a..1b38c6ccfaf 100644 --- a/CHANGELOG-WIP.md +++ b/CHANGELOG-WIP.md @@ -9,6 +9,7 @@ ## Development - Added the `primarySite` global Twig variable. ([#16370](https://github.com/craftcms/cms/discussions/16370)) - The `duration` Twig filter now has a `language` argument. ([#16332](https://github.com/craftcms/cms/pull/16332)) +- Added support for specifying the current site via an `X-Craft-Site` header set to a site ID or handle. ([#16367](https://github.com/craftcms/cms/pull/16367)) - Deprecated the `ucfirst` Twig filter. `capitalize` should be used instead. ## Extensibility