Skip to content

Commit ef3c410

Browse files
committed
start preparing a changelog
1 parent 264c31d commit ef3c410

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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+
- For versioned APIs, comparisons between blessed and generated documents now use the [`drift`](https://docs.rs/drift) crate rather than simple string comparisons. This means that trivial/wire-compatible changes between blessed and generated documents (such as adding or removing newtypes) are now allowed.
9+
10+
### Fixed
11+
12+
- Git commands are now run in the repository root instead of the current directory.
13+
- Changed some error output to use stderr instead of stdout.
14+
615
## [0.2.0] - 2025-09-26
716

817
### Added

0 commit comments

Comments
 (0)