chore: update CHANGELOG.md for PR #1665 and #1666

This commit is contained in:
diegosouzapw
2026-04-27 07:52:54 -03:00
parent 6eb5d663b0
commit 03ec5808ff

View File

@@ -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)
---