From e7b0bb53b90745f475cc926a5adbd07ef2af1990 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Sat, 8 Jun 2024 21:30:38 -0300 Subject: [PATCH] changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81043f16..dd7b7775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ ### Fixed * Removed excessive verbose logs * Optimization in instance registration -* Correction of variables breaking lines in typebot * Now in typebot we wait until the terminal block to accept the user's message, if it arrives before the block is sent, it is ignored ### Break changes @@ -35,6 +34,10 @@ * New method of saving sessions to a file using worker, made in partnership with [codechat](https://github.com/code-chat-br/whatsapp-api) * Caching system for group data +### Fixes + +* Correction of variables breaking lines in typebot + # 1.8.0 (2024-05-27 16:10) ### Feature