diff --git a/CHANGELOG.md b/CHANGELOG.md index c5bceee..b86aee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,38 @@ 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. This is stricter in terms of what + elements are allowed, the formatting of the html, the lower-casing of names, + and the usage of spaces and newlines (#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 `