Skip to content

Commit 2b82e7d

Browse files
authored
Merge pull request #102 from w3c/changelog
chore: add change log since FPWD
2 parents 2c0c516 + 4f0fc91 commit 2b82e7d

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,19 +112,23 @@ <h3>
112112
</section>
113113
<section class="informative">
114114
<h2>
115-
Changes since last publication
115+
Change log
116116
</h2>
117+
<p>
118+
Since First Public Working Draft in 2021, the <cite>Geolocation
119+
API</cite> has received the following normative changes:
120+
</p>
121+
<script class="removeOnSave">
122+
function removeCommits({ message }) {
123+
return !/^editorial|^Editiorial|^edtiorial|^chore|^fix|^refactor|^tests?|^docs|^typo|^nit/i.test(message);
124+
}
125+
</script> <rs-changelog from="FPWD" filter=
126+
"removeCommits"></rs-changelog>
117127
<p>
118128
Since publication of the Second Edition in 2016, this specification
119129
has received the following changes:
120130
</p>
121131
<ul>
122-
<li>Added handling for when documents are not [=Document/fully
123-
active=].
124-
</li>
125-
<li>Added the [=geolocation task source=], which handles dispatching
126-
position updates and errors.
127-
</li>
128132
<li>[=Request position=] only proceeds when a document is visible, or
129133
the document becomes visible.
130134
</li>

tidyconfig.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ indent: yes
33
wrap: 80
44
tidy-mark: no
55
newline: LF
6+
custom-tags: yes

0 commit comments

Comments
 (0)