diff --git a/docs/changelog/2026-03-06.mdx b/docs/changelog/2026-03-06.mdx
index 5522882e7..54174fe26 100644
--- a/docs/changelog/2026-03-06.mdx
+++ b/docs/changelog/2026-03-06.mdx
@@ -52,12 +52,17 @@ To migrate:
3. Update any code that displays timestamps — the API now returns ISO 8601 strings instead of pre-formatted relative times
----
+## More
-- Fixes dry-run mode issues with stub scripts, runner working directory, and transition weights
-- Fixes GitHub App repo visibility check incorrectly treating 401/403 responses as public
-- Fixes duplicate `.env` variables when re-running `arc setup`
+
- Adds pagination parameters to `listRunQuestions`, `listRunStages`, and `listRunVerifications` endpoints
-- Fixes 27 OpenAPI spec review items across verifications, insights, HITL, run outputs, workflows, and configuration
- Removes redundant API response types (`StartRunResponse`, `CancelRunResponse`, `SteerRunResponse`, `SubmitAnswerResponse`)
- Filters preamble noise by excluding meta nodes, blank context values, and empty sections
+- Fixes 27 OpenAPI spec review items across verifications, insights, HITL, run outputs, workflows, and configuration
+
+
+
+- Fixed dry-run mode issues with stub scripts, runner working directory, and transition weights
+- Fixed GitHub App repo visibility check incorrectly treating 401/403 responses as public
+- Fixed duplicate `.env` variables when re-running `arc setup`
+
diff --git a/docs/changelog/2026-03-07.mdx b/docs/changelog/2026-03-07.mdx
index c325316ee..b45469c18 100644
--- a/docs/changelog/2026-03-07.mdx
+++ b/docs/changelog/2026-03-07.mdx
@@ -44,9 +44,17 @@ To migrate:
2. Update any direct API calls to use the new paths
----
+## More
-- Fixes sub-workflow context diffs leaking child engine-internal keys (`internal.*`, `graph.*`, `thread.*`) into the parent run
-- Fixes turn and tool-call counts always showing 0 in non-TTY mode
-- Fixes push credentials for public repos in Daytona sandboxes
-- Fixes Daytona CLI installation with rootless Node.js install and better error messages
+
+- Sub-workflow context diffs no longer leak child engine-internal keys (`internal.*`, `graph.*`, `thread.*`) into the parent run
+
+
+
+- Turn and tool-call counts now display correctly in non-TTY mode
+
+
+
+- Fixed push credentials for public repos in Daytona sandboxes
+- Fixed Daytona CLI installation with rootless Node.js install and better error messages
+