mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Update readme
This commit is contained in:
parent
622b0d9232
commit
f13732cbb5
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Refactor `InputFile` ([#167][pr167])
|
||||||
|
- Make it an opaque structure, instead of enum
|
||||||
|
- Add `read` constructor, that allows creating `InputFile` from `impl AsyncRead`
|
||||||
|
- Internal changes
|
||||||
- Refactor errors ([#134][pr134])
|
- Refactor errors ([#134][pr134])
|
||||||
- Rename `DownloadError::NetworkError` to `Network`
|
- Rename `DownloadError::NetworkError` to `Network`
|
||||||
- Rename `RequestError::ApiError` to `Api`
|
- Rename `RequestError::ApiError` to `Api`
|
||||||
|
@ -53,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
[pr134]: https://github.com/teloxide/teloxide-core/pull/134
|
[pr134]: https://github.com/teloxide/teloxide-core/pull/134
|
||||||
[pr150]: https://github.com/teloxide/teloxide-core/pull/150
|
[pr150]: https://github.com/teloxide/teloxide-core/pull/150
|
||||||
[pr157]: https://github.com/teloxide/teloxide-core/pull/157
|
[pr157]: https://github.com/teloxide/teloxide-core/pull/157
|
||||||
|
[pr167]: https://github.com/teloxide/teloxide-core/pull/167
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue