From 03ec5808fff38c1f41d3085cb51a76b10a50634b Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Mon, 27 Apr 2026 07:52:54 -0300 Subject: [PATCH] chore: update CHANGELOG.md for PR #1665 and #1666 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fde5903bf6..bd63bf8403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ - **fix(codex):** default `store` to `false` — Codex OAuth backend rejects `store=true` (#1635) - **fix(db):** add post-migration guards for missing `batches` table and `combos.sort_order` column on DB upgrades (#1648, #1657) - **fix(db):** renumber duplicate migration `032` to prevent collision +- **fix(perplexity-web):** update API version and user-agent to match upstream requirements (#1666) +- **fix(docker):** copy SQLite migration files and explicitly trace in standalone build (#1665) ---