Updating CHANGELOG

This commit is contained in:
Pauan 2022-04-12 10:07:07 -07:00
parent 623c896d80
commit eee4128574
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
* The `apply_methods`, `html`, and `svg` macros now support generics such as `.foo::<T>()`.
* 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.