From e2cd475b06a9b5909a5912cb0c0cb7a1fe00b512 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Thu, 18 Jan 2024 14:38:21 +0000 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69708e7805..b9c3d86ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,6 +88,12 @@ These additional styles are not included if you use `govuk-font-tabular-numbers` This change was introduced in [pull request #4307: Refactor tabular number activation into their own mixin](https://github.com/alphagov/govuk-frontend/pull/4307) +#### Allow Crown copyright notice to be removed + +For non-GOV.UK branded websites, you can now remove the copyright notice and coat of arms from the [footer component](https://design-system.service.gov.uk/components/footer/) by setting the `copyright` Nunjucks option to `false`. + +This was added in [pull request #3876: Allow Crown copyright notice to be removed](https://github.com/alphagov/govuk-frontend/pull/3876). Thanks to [@paulrobertlloyd](https://github.com/paulrobertlloyd) for contributing this improvement. + ### Recommended changes #### Replace instances of `govuk-typography-responsive` with `govuk-font-size`