From ef8c8f4cb5a83f775297c4a2835f8bd4165ed768 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Thu, 22 Apr 2021 05:45:05 +0600 Subject: [PATCH] Revert CHANGELOG.md This fix affects only the current dev branch. --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4aa433..9491dffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - A storage persistency bug ([issue 304](https://github.com/teloxide/teloxide/issues/304)). - Log errors from `Storage::{remove_dialogue, update_dialogue}` in `DialogueDispatcher` ([issue 302](https://github.com/teloxide/teloxide/issues/302)). - Mark all the functions of `Storage` as `#[must_use]`. - - Try to remove a dialogue in `SqliteStorage::remove_dialogue` even if it does not exist. ## [0.4.0] - 2021-03-22