From 175bd7faf596277c789af3bf2e4186114e91b3d5 Mon Sep 17 00:00:00 2001 From: panicbit Date: Sat, 14 Nov 2020 04:45:15 +0100 Subject: [PATCH] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e7fed..fde403e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added - `GEMINI_MIME_STR`, the `&str` representation of the Gemini MIME -- `Meta::new_lossy` constructor that never fails +- `Meta::new_lossy`, constructor that never fails - `Meta::MAX_LEN`, which is `1024` - "lossy" constructors for `Response` and `Status` (see `Meta::new_lossy`)