From 91b2485d21e1dba899c8b49868f083db0cd07e14 Mon Sep 17 00:00:00 2001 From: Miguel Gonzalez Date: Mon, 10 Jun 2024 22:34:36 +0200 Subject: [PATCH] Fix typos --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 313ceb0..aa4c050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,13 +47,12 @@ - Added new schemes `submission` and `submit` to select SMTP backend on port 587 with STARTTLS. Thanks to \@LEW21 to suggest to include - new [submit]{.title-ref} URI. + new `submit` URI scheme. - Discouraged the use of scheme `smtps` and add a user warning. Thanks to \@LEW21 to alert about this confusing usage. - Expand which values are considered as truthy on a query string - param. Now, [1]{.title-ref}, [on]{.title-ref}, [true]{.title-ref}, - and [yes]{.title-ref}, as a single character or in all case variants - (lower, upper and title case) are considered as [True]{.title-ref}. + parameter. Now, `1`, `on`, `true`, and `yes`, as a single character or in all case variants + (lower, upper and title case) are considered as `True`. ## [0.0.10](https://pypi.python.org/pypi/dj-email-url/0.0.10) - 2016-10-14