diff --git a/Changelog.md b/Changelog.md index 822cf931f..99b284150 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,8 @@ # Changelog ## Unreleased + - Improve `sauron-node-macro` performance by resolving the values of `namespace` and `self_closing` tags at compile time, rather than at runtime. + - Add plugin capability of `sauron-markdown` to easily hook user define functions such as code-highlighting. - Modify `Window::scroll_to_top` to return it as wrapped in `Cmd` to be used after an `update` call in a `Component` - Add `popstate` to `events` module. - Make `sauron::jss!` macro to create the css without the use of indents and new lines by default.