From b8dd56d1c5a3971bc7592bdba66e32882d7156e0 Mon Sep 17 00:00:00 2001 From: Bram Hoendervangers Date: Wed, 10 Jul 2024 16:06:37 +0000 Subject: [PATCH] [skip ci] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01434c5..43f04e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file. - Add option to override macro name ([#109](https://github.com/bram209/leptosfmt/issues/109)) - Preserve formatting of unknown macros ([#121](https://github.com/bram209/leptosfmt/issues/121)) - Add tailwind support for attr values ([#122](https://github.com/bram209/leptosfmt/issues/122)) +- Support elements with generics ([#128](https://github.com/bram209/leptosfmt/issues/128)) ### Miscellaneous Tasks