Revert CHANGELOG.md

This fix affects only the current dev branch.
This commit is contained in:
Temirkhan Myrzamadi 2021-04-22 05:45:05 +06:00
parent 9e0de46918
commit ef8c8f4cb5

View file

@ -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)). - 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)). - 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]`. - 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 ## [0.4.0] - 2021-03-22