diff --git a/app/changelog/page.mdx b/app/changelog/page.mdx index b350707..6f0396a 100644 --- a/app/changelog/page.mdx +++ b/app/changelog/page.mdx @@ -33,4 +33,5 @@ This page lists changes since Working Draft 03. {{ className: 'lead' }} - Completely rework `ServerMetadata`, and rename to [InstanceMetadata](/entities/instance-metadata). - Remove Server Actors, and move instance public keys to [InstanceMetadata](/entities/instance-metadata). - Add `algorithm` to [Users](/entities/user) and [InstanceMetadata](/entities/instance-metadata)'s public keys for future use (only `ed25519` is allowed for now). - - Renamed the second `public_key` to `key`. \ No newline at end of file + - Renamed the second `public_key` to `key`. +- Renamed `Announce` to [Share](/extensions/share). \ No newline at end of file