Skip to content

Commit

Permalink
Add server-last-modified-includes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
csarven committed Sep 3, 2024
1 parent b2a4af1 commit 91d1cb5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ED/protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
<div class="head">
<h1 property="schema:name">Solid Protocol</h1>

<p id="w3c-state">Editor’s Draft, <time datetime="2024-07-06T00:00:00Z">2024-07-06</time></p>
<p id="w3c-state">Editor’s Draft, <time datetime="2024-09-03T00:00:00Z">2024-09-03</time></p>

<details open="">
<summary>More details about this document</summary>
Expand Down Expand Up @@ -273,7 +273,7 @@ <h1 property="schema:name">Solid Protocol</h1>

<dl id="document-modified">
<dt>Modified</dt>
<dd><time content="2024-07-06T00:00:00Z" datatype="xsd:dateTime" datetime="2024-07-06T00:00:00Z" property="schema:dateModified">2024-07-06</time></dd>
<dd><time content="2024-09-03T00:00:00Z" datatype="xsd:dateTime" datetime="2024-09-03T00:00:00Z" property="schema:dateModified">2024-09-03</time></dd>
</dl>

<dl id="document-feedback">
Expand Down Expand Up @@ -1567,6 +1567,11 @@ <h2 property="schema:name">Changelog</h2>
<td><a href="#protect-sensitive-information" rel="spec:changeSubject">protect-sensitive-information</a></td>
<td property="spec:statement">Add advisement for <a href="#protect-sensitive-information">protecting sensitive information</a>.</td>
</tr>
<tr about="#e8dc79f9-d06c-4531-8c95-18a4aa8c8a37" typeof="spec:Change">
<td><a href="https://www.w3.org/policies/process/#class-4" rel="spec:changeClass">4</a></td>
<td><a href="#server-last-modified-includes" rel="spec:changeSubject">server-last-modified-includes</a></td>
<td property="spec:statement">Add requirement for server to include the <a href="#server-last-modified-includes">Last-Modified</a> header field.</td>
</tr>
</tbody>
<tfoot>
<tr>
Expand Down

0 comments on commit 91d1cb5

Please sign in to comment.