tenseleyflow/shithub / 287ff37

Browse files

changelog: note S50 §20 issue events / timeline

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
287ff3731e1266c24defa5bf181ed50eb9d7ecb2
Parents
1690d07
Tree
a7a4df3

1 changed file

StatusFile+-
M CHANGELOG.md 9 0
CHANGELOG.mdmodified
@@ -267,6 +267,15 @@ between minor releases.
267267
   routes (`/api/v1/user/starred` and `/api/v1/user/starred/{o}/{r}`)
268268
   are unchanged.
269269
 - **Capability:** `stargazers` added to `/api/v1/meta`.
270
+- **REST: issue events / timeline (S50 §20).**
271
+  `GET /api/v1/repos/{owner}/{repo}/issues/{number}/events` returns
272
+  the issue's recorded timeline (every `closed` / `reopened` /
273
+  `labeled` / `unlabeled` / `milestoned` / `demilestoned` /
274
+  `locked` / `unlocked` / `referenced` / merged / push event), with
275
+  `actor_username` LEFT-joined and the raw event `meta` payload
276
+  preserved verbatim. Paginated with the standard `Link:` headers,
277
+  sorted oldest-first. Scope: `repo:read`.
278
+- **Capability:** `issue-events` added to `/api/v1/meta`.
270279
 
271280
 ### Added (internal)
272281