Update changelog

This commit is contained in:
Eugene Burmakin 2024-12-10 19:45:00 +01:00
parent dbb737a0c4
commit 14caeb6187

View file

@ -22,7 +22,7 @@ The `GET /api/v1/trips/:id/photos` endpoint now returns a different structure of
state: "Berlin", state: "Berlin",
country: "Germany", country: "Germany",
type: "image", type: "image",
+ orientation: "portrait", + orientation: "portrait",
source: "photoprism" source: "photoprism"
} }
``` ```