From 1dd54ced41f7ae921a45fa3fddff87ea2c15ee2f Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 27 Jun 2024 13:38:28 -0700 Subject: [PATCH] fix: changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e27c37a5b..c95e7e979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- **⏲️ AIOHTTP_CLIENT_TIMEOUT**: Now set to `None` by default for improved configuration flexibility. +- **⏲️ AIOHTTP_CLIENT_TIMEOUT**: Now set to 'None' by default for improved configuration flexibility. - **📞 Voice Call Enhancements**: Improved by skipping code blocks and expressions during calls. - **🚫 Error Message Handling**: Disabled the continuation of operations with error messages. - **🗂️ Playground Relocation**: Moved the Playground from the workspace to the user menu for better user experience.