tweak changelog

This commit is contained in:
panicbit 2020-11-14 04:46:26 +01:00
parent 175bd7faf5
commit a9e3950a73
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- "lossy" constructors for `Response` and `Status` (see `Meta::new_lossy`)
### Changed
- `Meta::new` rejects strings exceeding `Meta::MAX_LEN` (`1024`)
- `Meta::new` now rejects strings exceeding `Meta::MAX_LEN` (`1024`)
- Some `Response` and `Status` constructors are now infallible
- Improve error messages