Skip to content

Commit 30713be

Browse files
chore: fixup commit history (#201)
* chore: fixup commit history * Update index.html Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 0567a53 commit 30713be

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,18 +1611,23 @@ <h2>
16111611
Change log
16121612
</h2>
16131613
<p>
1614-
Since First Public Working Draft in 2021, <cite>Geolocation</cite> has
1615-
received the following normative changes:
1614+
Since publication as a W3C Recommendation in 2022,
1615+
<cite>Geolocation</cite> has received the following normative changes:
1616+
</p><rs-changelog from="REC" filter="removeCommits"></rs-changelog>
1617+
<p>
1618+
Since First Public Working Draft in 2021, until it was published as a
1619+
W3C Recommendation in 2022, <cite>Geolocation</cite> received the
1620+
following normative changes:
16161621
</p>
16171622
<script class="removeOnSave">
16181623
function removeCommits(commit) {
16191624
const { message, hash } = commit;
1620-
if (["ef098b1"].includes(hash)) {
1625+
if (["ef098b1", "7082b4e", "f8b930f"].includes(hash)) {
16211626
return false;
16221627
}
16231628
return !/^Clarify which FPWD|^Merge pull|^tidy|^editorial|^Editiorial|^edtiorial|^chore|^refactor|^tests?|^docs|^typo|^nit/i.test(message);
16241629
}
1625-
</script> <rs-changelog from="FPWD" filter=
1630+
</script> <rs-changelog from="FPWD" to="REC" filter=
16261631
"removeCommits"></rs-changelog>
16271632
<p>
16281633
Since publication of the Second Edition in 2016, this specification
@@ -1658,7 +1663,7 @@ <h2>
16581663
</ul>
16591664
<p>
16601665
See the <a href=
1661-
"https://github.com/w3c/geolocation/commits/gh-pages">commit
1666+
"https://github.com/w3c/geolocation/commits/main">commit
16621667
history</a> for a complete list of changes.
16631668
</p>
16641669
</section>

0 commit comments

Comments
 (0)