From e4808db281aebfaa9c4434d516f0dc254aff6b59 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sat, 1 Jun 2024 18:18:51 -0700 Subject: [PATCH] doc: changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50735c4e1..199a2b9ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **💾 User Settings Storage**: User settings are now saved on the backend, ensuring consistency across all devices. - **📡 Unified API Requests**: The API request for getting models is now unified to '/api/models' for easier usage. - **🔄 Versioning Update**: Our versioning will now follow the format 0.x for major updates and 0.x.y for patches. +- **📦 Export All Chats (All Users)**: Moved this functionality to the Admin Panel settings for better organization and accessibility. ### Removed