aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-04-21 15:03:36 +0200
committerChocobozzz <chocobozzz@cpy.re>2023-05-09 08:57:34 +0200
commit18c53ef9492fc7c304b77badce3a47df519db6e7 (patch)
tree13b4e96c27d0ca756879422d305693b214dffa14 /CHANGELOG.md
parentb708c9e46410693f7f8fe2e0b7d48dfbb4b60f77 (diff)
downloadPeerTube-18c53ef9492fc7c304b77badce3a47df519db6e7.tar.gz
PeerTube-18c53ef9492fc7c304b77badce3a47df519db6e7.tar.zst
PeerTube-18c53ef9492fc7c304b77badce3a47df519db6e7.zip
Fix activitypub doc URL
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e6129ade..7011d44dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -450,7 +450,7 @@
450 * **Important** SQL migrations (in particular `0685-multiple-actor-images`) can take several minutes to complete 450 * **Important** SQL migrations (in particular `0685-multiple-actor-images`) can take several minutes to complete
451 * **Important** You must update your nginx configuration to support video web editor: https://docs.joinpeertube.org/install/any-os#nginx 451 * **Important** You must update your nginx configuration to support video web editor: https://docs.joinpeertube.org/install/any-os#nginx
452 * REST API: 452 * REST API:
453 * `PUT /api/v1/videos/{id}/watching` is deprecated, use `POST /api/v1/videos/videos/{id}/views` instead: https://docs.joinpeertube.org/api/rest-reference.html#operation/addView 453 * `PUT /api/v1/videos/{id}/watching` is deprecated, use `POST /api/v1/videos/videos/{id}/views` instead: https://docs.joinpeertube.org/api-rest-reference.html#operation/addView
454 454
455### Maintenance 455### Maintenance
456 456