From d2658564a3588b3e1a4ce4bec026585a2399b762 Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Fri, 20 May 2022 14:53:46 +0100 Subject: [PATCH] Document in CHANGELOG --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac2bf68163..eab13c68b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ ## Unreleased +### Recommended changes + +#### Replace deprecated `govuk-header__link--service-name` class in the header + +If you're not using the Nunjucks macros, replace any instances of the class `govuk-header__link--service-name` with `govuk-header__service-name` in the header. + +The `govuk-header__link--service-name` class has been deprecated and will be removed in a future major release. + +This change was introduced in [pull request #2617: Do not make the service name in the header a link if no `href` is provided](https://github.com/alphagov/govuk-frontend/pull/2617). + +### Fixes + +We’ve made fixes to GOV.UK Frontend in the following pull requests: + +- [#2617: Do not make the service name in the header a link if no `href` is provided](https://github.com/alphagov/govuk-frontend/pull/2617) + ## 4.1.0 (Feature release) ### New features