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.