From 7e04169ce717ee5353ec2b41cb405ae5b4d059a9 Mon Sep 17 00:00:00 2001 From: Malcolm Hire Date: Fri, 7 Sep 2018 09:11:26 +0100 Subject: [PATCH] Added entry into change log --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd91065a8c..56e516ffe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -141,11 +141,12 @@ ([PR #960](https://github.com/alphagov/govuk-frontend/pull/960)) -- Pull Request Title goes here +- Allow attributes on select items - Description goes here (optional) + You can now provide attributes on select items + `attributes: { 'data-attribute': 'value' }` - ([PR #N](https://github.com/alphagov/govuk-frontend/pull/N)) + ([PR #977](https://github.com/alphagov/govuk-frontend/pull/977)) 🔧 Fixes: