summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrwnh <a@trwnh.com>2023-07-11 07:53:58 -0500
committerGitHub <noreply@github.com>2023-07-11 14:53:58 +0200
commit3aa153694e261c59d9fdf8042f69898614269e3e (patch)
tree068b411747c340f2be989ba6d67b1eb657022eb8
parent518890a9f158f053f3b95354604dec6e7d412abd (diff)
Fix changelog referencing wrong API version (#25857)
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d6f1b7bcb38..5383d426b6c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -143,7 +143,7 @@ All notable changes to this project will be documented in this file.
- Add instance activity API endpoint toggle back to the admin interface ([dariusk](https://github.com/mastodon/mastodon/pull/22833))
- Add setting for status page URL ([Gargron](https://github.com/mastodon/mastodon/pull/23390), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/23499))
- REST API changes:
- - Add `configuration.urls.status` attribute to the object returned by `GET /api/v1/instance`
+ - Add `configuration.urls.status` attribute to the object returned by `GET /api/v2/instance`
- Add `account.approved` webhook ([Saiv46](https://github.com/mastodon/mastodon/pull/22938))
- Add 12 hours option to polls ([Pleclown](https://github.com/mastodon/mastodon/pull/21131))
- Add dropdown menu item to open admin interface for remote domains ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21895))