From 459bb28f9bbc4452e84585cccdae0f77adb83d15 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 31 Jan 2022 15:59:45 -0600 Subject: [PATCH] chore: update changeset --- .changeset/few-papayas-swim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/few-papayas-swim.md b/.changeset/few-papayas-swim.md index c8e7dacd08a64..ece1b5a825a25 100644 --- a/.changeset/few-papayas-swim.md +++ b/.changeset/few-papayas-swim.md @@ -2,4 +2,4 @@ 'astro': patch --- -Add the `escapeHTML` utility to `astro/internal` +Adds support for the `set:html` and `set:text` directives. With these features added, unescaped HTML content in expressions is now deprecated. Please migrate to `set:html` in order to continue injecting unescaped HTML in future versions of Astro—you can use `` to avoid a wrapper element.