From b63f8f067d331c4415ff64998dca7ca535cbdb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aziz=20K=C3=B6ksal?= Date: Sun, 8 Aug 2021 14:33:37 +0200 Subject: [PATCH] CHANGELOG: releasing v2.2.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fea0e7d..7966c5af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v2.2.0] – 2021-09-18 + - Syntax: added support for the [HEEx](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.Helpers.html#sigil_H/2) template syntax inside the `~H` sigil. + - Syntax: added support for the [Surface](https://surface-ui.org/template_syntax) template syntax inside the `~F` sigil. + - Elixir: match the `**` power operator. + - HTML (EEx): switched to version 2 and removed usage of `with_prototype`. + - SQL: match the `;` token; fixed the `/**/` comment scope. + - Themes: highlight interpolated Elixir with a lighter background. + - Themes: don't italicize the sigil type. + ## [v2.1.0] – 2021-07-25 - Elixir: disabled highlighting Elixir code within Markdown comments. Reasons: