29 lines
564 B
Markdown
29 lines
564 B
Markdown
# Changelog
|
|
|
|
## Upcoming
|
|
|
|
**Breaking Changes**:
|
|
|
|
**Features**:
|
|
|
|
**Fixes**:
|
|
|
|
**Internal changes**:
|
|
|
|
## v0.0.2
|
|
|
|
This release does not provide much but is needed for the `saphyr` library to
|
|
depend on the new features.
|
|
|
|
**Breaking Changes**:
|
|
|
|
**Features**:
|
|
- Add `Marker::default()`
|
|
- Rework string handling in `ScanError`
|
|
|
|
**Fixes**:
|
|
- [yaml-rust2 #21](https://github.com/Ethiraric/yaml-rust2/issues/21#issuecomment-2053513507)
|
|
Fix parser failing when a comment immediately follows a tag.
|
|
|
|
**Internal changes**:
|
|
- Various readability improvements and code cleanups
|