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