From 913bd2175227e95561b645a1b7fee7fb8a535cb4 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Thu, 16 Apr 2026 03:51:28 +0000 Subject: [PATCH] docs: add CHANGELOG entry for hook install fix (#709) Track the fix for hook entries being lost when a package contributes multiple hook files targeting the same event. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4cae5e7..abf3ebc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fix hook install losing entries from earlier hook files when a package contributes multiple hook files to the same event (#709) - Fix `apm marketplace add` silently failing for private repos by using credentials when probing `marketplace.json` (#701) - Pin codex setup to `rust-v0.118.0` for security and reproducibility; update config to `wire_api = "responses"` (#663) - Propagate headers and environment variables through OpenCode MCP adapter with defensive copies to prevent mutation (#622)