From 6e37d92532480baac8ecf8768b8a6d4682e9cd26 Mon Sep 17 00:00:00 2001 From: Beon de Nood Date: Wed, 4 Feb 2026 16:29:23 +0200 Subject: [PATCH] docs: add missing bug fixes to v2.4.0 changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b57f95d..9606fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - **RFC-002 Alignment**: TrustLevel enum values now match RFC-002 ยง5 exactly - **BadgeClaims**: Aligned claim field names with RFC-002 specification +- **to_dict()**: Now preserves `cnf` claim for IAL-1 badges (round-trip serialization) +- **has_key_binding**: Consistently checks both `ial=='1'` AND `cnf` presence ### Added - **MCP Service Client**: RFC-006/RFC-007 operations via MCP protocol