From cfc14d2cd3eb5a3cfe5029f27c1372354cc65785 Mon Sep 17 00:00:00 2001 From: Kaede Hoshikawa Date: Tue, 3 Aug 2021 00:28:02 +0900 Subject: [PATCH] Update Changelog. --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eeb5da..bfbabeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Changelog -##v0.6 +## v0.6 ### Breaking Changes: - `style.get_class_name()` no longer consumes the style and returns a `&str` instead of an owned string. - Seed Integration is Removed. +### Other Changes: - Added `Style::new` which does not require a component name. - Aesthetically pleasing Class Name. - Replaced `lazy_static` with `once_cell`. -- Updated nom to `v6.2.1`. -- Update Yew to `v0.18`. +- Updated nom to `v6`. +- Updated Yew to `v0.18`. - Removed Unnecessary Clones - Optimised for Performance