From 88a10eaf2c7b3c2bfebce9436fc7611dff00ed4e Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Tue, 11 May 2021 09:59:55 +0200 Subject: [PATCH] update changelog for 1.55.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 439780b87..f8ca2d5bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 1.55.0 + +- fix panic when receiving some HTML messages #2434 + +- fix downloading some messages multiple times #2430 + +- fix formatting of read receipt texts #2431 + +- simplify SQL error handling #2415 + +- explicit rust API for creating chats with blocked status #2282 + +- debloat the binary by using less AsRef arguments #2425 + + ## 1.54.0 - switch back from `sqlx` to `rusqlite` due to performance regressions #2380 #2381 #2385 #2387