From a4b38a928db7a2dfa7e20ae79048b66129a3a186 Mon Sep 17 00:00:00 2001 From: yoshi49535 Date: Sun, 6 Sep 2026 23:05:29 +0900 Subject: [PATCH] docs(changelog): say the 0.5.1 fix was introduced in 0.5.0, not shipped there "Shipped in 0.5.0" read as the release the fix went out in. Same wording fix as auth.policy-verifier#213's review asked for on its 0.8.1 entry. Co-Authored-By: Claude Fable 5.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c35883..44caf01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 code but not the reason, so the one line an operator alerts on contradicted itself. `reason` now names whatever decided the exit code (`cleanup-timeout` / `cleanup-failed`) and the drain outcome keeps its own - `drain` key, so the shape stays stable and neither fact is lost. Shipped in + `drain` key, so the shape stays stable and neither fact is lost. Introduced in 0.5.0; found reviewing the same code in [auth.provider#511](https://github.com/o3co/auth.provider/pull/511).