Amalgamate 'Fixed' sections in CHANGELOG.md

This commit is contained in:
Hirrolot 2021-03-28 16:37:51 +06:00 committed by Temirkhan Myrzamadi
parent 75a36feca5
commit 701dcbcb68

View file

@ -18,13 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Remove the `reqwest` dependency. It's not needed after the [teloxide-core] integration.
- 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)).
### Fixed
- Remove `reqwest` dependency. It's not needed after the [teloxide-core] integration.
## [0.4.0] - 2021-03-22
### Added