From 3be134461aef769fb1823e5d33165182e27ca88c Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Thu, 12 Apr 2018 16:44:19 +0100 Subject: [PATCH] Add removal of font-face from button to changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 984c02c213..e739084f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ Note: We're not following semantic versioning yet, we are going to talk about th ## Unreleased +Fixes: + +- Remove redundant font-family declaration from the button component – this will + also fix an issue where the button uses New Transport when printed instead of + falling back to the print stack as expected. + (PR [#650](https://github.com/alphagov/govuk-frontend/pull/650)) + + Internal - Update publishing docs (PR [#651](https://github.com/alphagov/govuk-frontend/pull/651))