diff --git a/CHANGELOG.md b/CHANGELOG.md index ffef8071..bfe1a07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,10 @@ Most changes are breaking changes. -## Latest +## 0.25.0 +- Echo syntax is now the same as other expressions, `{%` and `%}`. Unescaped + echoes use `{{%` and `%}}`. - All decode errors are reported instead of only the first one. - Decode errors are implemented in a promise type instead of raising an exception. diff --git a/docs/_includes/layout.acutis b/docs/_includes/layout.acutis index 6cb46b75..f14f87a8 100644 --- a/docs/_includes/layout.acutis +++ b/docs/_includes/layout.acutis @@ -23,17 +23,17 @@ - {{ title }} + {% title %} {% match description with null %} {% with !description %} - + {% /match %} - - + + Skip to content. @@ -42,38 +42,38 @@