From eee41285749eb6ab57e4ead459d3c29fee4713ce Mon Sep 17 00:00:00 2001 From: Pauan Date: Tue, 12 Apr 2022 10:07:07 -0700 Subject: [PATCH] Updating CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61331aa..dce8a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * The `apply_methods`, `html`, and `svg` macros now support generics such as `.foo::()`. * Deprecating the `attribute`, `attribute_namespace`, `attribute_signal` and `attribute_namespace_signal` methods of `DomBuilder`. * Deprecating the `property` and `property_signal` methods of `DomBuilder`. +* Adding in `AsStr` support for `Cow`. ## 0.5.23 - (2021-12-09) * Adding in MouseEvent methods to the DragEvents.