chore: 📝 Update changelog

This commit is contained in:
Jesse Wierzbinski 2024-10-18 11:11:09 +02:00
parent c88709dc25
commit 7704d5e0ab
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -12,6 +12,11 @@ This page lists changes since Working Draft 3. {{ className: 'lead' }}
- Removed URI from [Report](/extensions/reports), and replaced `reason` with `tags`. - Removed URI from [Report](/extensions/reports), and replaced `reason` with `tags`.
- Mandated Unix-style `\n` line endings in all text fields. - Mandated Unix-style `\n` line endings in all text fields.
- Renamed the following headers, as per [RFC 6648](https://tools.ietf.org/html/rfc6648):
- `X-Signature` to `Versia-Signature`
- `X-Signed-By` to `Versia-Signed-By`
- Removed the nonce from the [signature system](/signatures), replaced with `Versia-Signed-At` (timestamps).
- Added `html_uri` to [Notes](/entities/note).
## Since WD 3 ## Since WD 3

View file

@ -90,7 +90,7 @@ Notes represent a piece of content on a Versia instance. They can be posted by [
A subject for the note. Useful for clients to display a "content warning" or "spoiler" feature, such as on Mastodon. Must be a plaintext string (`text/plain`). A subject for the note. Useful for clients to display a "content warning" or "spoiler" feature, such as on Mastodon. Must be a plaintext string (`text/plain`).
</Property> </Property>
<Property name="html_uri" type="URI" required={false} typeLink="/types#uri"> <Property name="html_uri" type="URI" required={false} typeLink="/types#uri">
URI to the note in HTML, for web browsers. Useful for "open this note on remote instance" functionality. URI to the note's eventual HTML representation, for web browsers. Useful for "open this note on remote instance" functionality.
</Property> </Property>
</Properties> </Properties>
</Col> </Col>