saphyr-serde/parser/CHANGELOG.md

30 lines
564 B
Markdown
Raw Normal View History

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