From ee71ff0c04b2e00f730b8e29206cd65209cca5c4 Mon Sep 17 00:00:00 2001 From: Robert Means Date: Wed, 21 Feb 2024 10:18:38 -0500 Subject: [PATCH] Add community contribution thanks you --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 313849e..7a4c168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ ## 2.12.0 (2024-02-21) -- Introduced the `allowedEmptyAttributes` option, enabling explicit specification of empty string values for select attributes, with the default attribute set to `alt`. +- Introduced the `allowedEmptyAttributes` option, enabling explicit specification of empty string values for select attributes, with the default attribute set to `alt`. Thanks to [Na](https://github.com/zhna123) for the contribution. -- Clarified the use of SVGs with a new test and changes to documentation. +- Clarified the use of SVGs with a new test and changes to documentation. Thanks to [Gauav Kumar](https://github.com/gkumar9891) for the contribution. ## 2.11.0 (2023-06-21)