Skip to content

Commit 4b4239f

Browse files
committed
Editorial: split changelog for REC changes
1 parent 7a26107 commit 4b4239f

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

Diff for: index.html

+11-5
Original file line numberDiff line numberDiff line change
@@ -1360,10 +1360,6 @@ <h2>
13601360
<h2>
13611361
Change log
13621362
</h2>
1363-
<p>
1364-
Since First Public Working Draft in 2021, <cite>Geolocation</cite> has
1365-
received the following normative changes:
1366-
</p>
13671363
<script class="removeOnSave">
13681364
function removeCommits(commit) {
13691365
const { message, hash } = commit;
@@ -1372,7 +1368,17 @@ <h2>
13721368
}
13731369
return !/^Clarify which FPWD|^Merge pull|^tidy|^editorial|^Editiorial|^edtiorial|^chore|^refactor|^tests?|^docs|^typo|^nit/i.test(message);
13741370
}
1375-
</script> <rs-changelog from="FPWD" filter=
1371+
</script>
1372+
<p>
1373+
Since the previous publication of this specification as a Recommendation
1374+
in 2022, the following changes have been made:
1375+
</p>
1376+
<rs-changelog from="REC-2022" filter="updateableRecFilter"></rs-changelog>
1377+
<p>
1378+
Since First Public Working Draft in 2021, <cite>Geolocation</cite> has
1379+
received the following normative changes:
1380+
</p>
1381+
<rs-changelog from="FPWD" to="REC-2022" filter=
13761382
"removeCommits"></rs-changelog>
13771383
<p>
13781384
Since publication of the Second Edition in 2016, this specification

0 commit comments

Comments
 (0)