From a30d9b4378f818f2bd70792f6dfc9212dea8d284 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Mon, 22 Jan 2024 16:44:37 -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 bfe094b5a40..f07782328e7 100644 --- a/CHANGELOG-WIP.md +++ b/CHANGELOG-WIP.md @@ -17,5 +17,6 @@ ### System - Reduced the system font file size, and prevented the flash of unstyled type for it. ([#13879](https://github.com/craftcms/cms/pull/13879)) - Log message timestamps are now set to the system time zone. ([#13341](https://github.com/craftcms/cms/issues/13341)) +- Database backups no longer include data from the `phpsessions` table, if it exists. ([#13589](https://github.com/craftcms/cms/pull/13589)) - Selectize inputs now use the `auto_position` plugin. ([#14160](https://github.com/craftcms/cms/pull/14160)) - Fixed a bug where deleting an entry for a site wasn’t propagating to Matrix blocks for that entry/site. ([#13948](https://github.com/craftcms/cms/issues/13948))