diff --git a/CHANGELOG.md b/CHANGELOG.md index e9abf37..70b0127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Templates can now either be compiled at runtime or at compile time based on the options passed to `use MjmlEEx` -### Fixed - -- Calls to `render_component` now evaluate the AST aliases in the context of the `__CALLER__` -- EEx templates, components and layouts are tokenized prior to going through the MJML EEx engine as not to escape MJML content - ## [0.4.0] - 2021-04-27 ### Fixed