From ea72468f1c931e5983b488c8a6d29a1110cd28ce Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 29 Jun 2025 10:51:28 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6eb1b7dd..08a7ad772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Introduced fuzzy search for the quick links of the assistant - Improved the search results of the assistant to only display categories with content +- Enhanced the sitemap to dynamically compose public routes - Renamed `Account` to `account` in the `Order` database schema - Improved the language localization for German (`de`) @@ -38,7 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the language localization for EspaƱol (`es`) - Improved the language localization for German (`de`) - Improved the language localization for Turkish (`tr`) -- Enhanced sitemap to dynamically compose public routes ### Fixed