Skip to content

Commit 7dd95d0

Browse files
committed
Move licence removal changelog entry to the correct place
1 parent 38ae057 commit 7dd95d0

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,22 @@ Unless you operate a GOV.UK branded product, the GOV.UK logo should always link
247247

248248
This change was introduced in [pull request #6418: Update default `homepageUrl` to point to GOV.UK homepage](https://github.com/alphagov/govuk-frontend/pull/6418)
249249

250+
### New features
251+
252+
#### The GOV.UK footer component now allows the removal of OGL Content Licence information
253+
254+
If your service does not provide information under the Open Government Licence (OGL), you can now remove it from the GOV.UK footer.
255+
256+
If you're using Nunjucks, set the `contentLicence` parameter to `false`:
257+
258+
```nunjucks
259+
{{ govukFooter({
260+
contentLicence: false
261+
}) }}
262+
```
263+
264+
This change was introduced in [#6191: Allow removal of Content Licence information in the GOV.UK footer component](https://github.com/alphagov/govuk-frontend/pull/6191). Thanks to @NickColley for making this change.
265+
250266
### Fixes
251267

252268
#### Tags now have borders for improved legibility
@@ -357,22 +373,6 @@ We recommend replacing them with tints and shades from the new GOV.UK colour pal
357373

358374
We made this change in [pull request #6341: Deactivate `govuk-tint` and `govuk-shade` functions](https://github.com/alphagov/govuk-frontend/pull/6341).
359375

360-
### New features
361-
362-
#### The GOV.UK footer component now allows the removal of OGL Content Licence information
363-
364-
If your service does not provide information under the Open Government Licence (OGL), you can now remove it from the GOV.UK footer.
365-
366-
If you're using Nunjucks, set the `contentLicence` parameter to `false`:
367-
368-
```nunjucks
369-
{{ govukFooter({
370-
contentLicence: false
371-
}) }}
372-
```
373-
374-
This change was introduced in [#6191: Allow removal of Content Licence information in the GOV.UK footer component](https://github.com/alphagov/govuk-frontend/pull/6191). Thanks to @NickColley for making this change.
375-
376376
### Fixes
377377

378378
We've made fixes to GOV.UK Frontend in the following pull requests:

0 commit comments

Comments
 (0)