From 8b32b63a691633cc79666053239703e44681dd81 Mon Sep 17 00:00:00 2001 From: Owen Jones Date: Fri, 16 Feb 2024 15:00:01 +0000 Subject: [PATCH] Add pull request to type scale changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c28a9dd35e..1709f91155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ $govuk-new-typography-scale: true; If your service uses custom elements made using GOV.UK Frontend, test your service against the new typography scale to assess if you need to make any adjustments. You can read more on upgrading your service to the new type scale in our [upgrade guide](https://design-system.service.gov.uk/get-started/new-type-scale/). +This change was introduced in [pull request #2421: Adjust the responsive type scale](https://github.com/alphagov/govuk-frontend/pull/2421). + #### Insert custom HTML into component form group wrappers You can now insert custom HTML into form group wrappers for all components with form fields.