From fa26abf7547c02dda26a1e62f075009731daf16b 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 3865a388df..046c54a544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,11 +74,12 @@ 🆕 New features: -- 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: