Skip to content

Commit 81d1969

Browse files
committed
[meta] prepare changelog
1 parent 92fd517 commit 81d1969

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
<!-- next-header -->
44
## Unreleased - ReleaseDate
55

6+
### Added
7+
8+
- `ValidationContext::is_latest()` returns `true` if this is the latest version of a versioned API, or if it is a lockstep API.
9+
- `ValidationContext::is_blessed()` returns `Some(true)` if a version is blessed, `Some(false)` if not, or `None` for non-versioned APIs.
10+
11+
### Changed
12+
13+
- `extra_validation` is now compatible with versioned APIs. Use the `ValidationContext::is_blessed` to filter out validation checks for blessed APIs as appropriate (since those APIs are immutable), and `is_latest` to only write out extra files for the latest version of the API.
14+
615
## [0.2.3] - 2025-10-08
716

817
### Fixed

0 commit comments

Comments
 (0)