From a9e3950a733ac47ea43ff719d19865194d675d03 Mon Sep 17 00:00:00 2001 From: panicbit Date: Sat, 14 Nov 2020 04:46:26 +0100 Subject: [PATCH] tweak changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fde403e..e07093a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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