From 0d6758dba380d12a665401656c153c8e8ceb5d8d Mon Sep 17 00:00:00 2001 From: Laurence de Bruxelles Date: Thu, 20 Oct 2022 14:47:19 +0100 Subject: [PATCH] Add new head blocks to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be87553a61..51bef3494e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,11 @@ - [#1476: Update to GOV.UK Frontend 4.2.0](https://github.com/alphagov/govuk-prototype-kit/pull/1476) - [#1624: V13 pre refactor](https://github.com/alphagov/govuk-prototype-kit/pull/1624) - Add support for globals +- [#1693: Add stylesheets block](https://github.com/alphagov/govuk-prototype-kit/pull/1693) + - You can now add stylesheets to your layout or page by using the new `stylesheets` block + - You can now add meta elements to your layout or page by using the new `meta` block + - You can still use the `head` block, but we recommend you use one of the new + blocks mentioned above to keep your layouts simpler ### Fixes