Skip to content

Commit 412d85f

Browse files
nhortonclaude
andcommitted
docs: update changelog entry to reflect unconditional yaml.safe_load approach
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 12d65f6 commit 412d85f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626

2727
### Fixed
2828

29-
- Quality gate `validate_json_schemas()` now parses `.yml`/`.yaml` files with YAML instead of failing with a JSON parse error
29+
- Quality gate `validate_json_schemas()` now uses `yaml.safe_load` (a JSON superset) instead of `json.loads`, so YAML output files are validated correctly
3030

3131
### Removed
3232
## [0.12.0] - 2026-04-03

0 commit comments

Comments
 (0)