diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e230d5b27..b9866b73ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,15 @@ 💥 Breaking changes: -- Pull Request Title goes here +- Remove deprecated `govuk-visually-hidden-focussable` class name - Description goes here (optional) + In 1.1 release we added a new, correctly spelt `govuk-visually-hidden-focusable` + CSS class and marked the old one as deprecated. - To migrate you need to change: X + To migrate you need to change `govuk-visually-hidden-focussable` to + `govuk-visually-hidden-focusable` in your codebase. - ([PR #N](https://github.com/alphagov/govuk-frontend/pull/N)) + ([PR #968](https://github.com/alphagov/govuk-frontend/pull/968)) 🆕 New features: