From a5afeb60104d5bb2292125f81185614209720937 Mon Sep 17 00:00:00 2001 From: Nathan Tranquilla Date: Mon, 22 Jun 2026 11:59:30 -0300 Subject: [PATCH] Tell agents to add a CHANGELOG entry for user-facing changes --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 838b5325cba..a1a7f2ce9c8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -126,6 +126,8 @@ tests/ - Unit tests for utility functions - Always check JavaScript output quality +4. **Add a `CHANGELOG.md` entry** for any user-facing change (bug fix, feature, or breaking change). Put it under the matching section of the current `(Unreleased)` version and end the line with the PR link. See [CONTRIBUTING.md](CONTRIBUTING.md). PRs are expected to include one. + ### Debugging Techniques #### View Intermediate Representations