diff --git a/CHANGELOG.md b/CHANGELOG.md index c5bceee..0314336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- The current “forgiving” html parser is replaced for a more “unforgiving” html + parser in the default template engine (#239). + +### Deprecated + +- The `` element and the `svg` tagged template function are deprecated and + will be removed in future versions. The spec and conventions for `svg` + differ a lot from `html` and a faster / more-maintainable parser can be built + if we stop supporting this (#236). +- The `