2024-03-17 08:39:38 +00:00
|
|
|
# Changelog
|
|
|
|
|
2024-03-30 17:51:16 +00:00
|
|
|
## Upcoming
|
|
|
|
|
2024-03-24 21:44:09 +00:00
|
|
|
**Breaking Changes**:
|
|
|
|
|
2024-03-23 15:34:35 +00:00
|
|
|
**Features**:
|
|
|
|
|
2024-06-13 20:18:27 +00:00
|
|
|
**Fixes**:
|
2024-03-24 21:44:09 +00:00
|
|
|
|
2024-06-13 20:18:27 +00:00
|
|
|
**Internal changes**:
|
2024-03-24 21:27:04 +00:00
|
|
|
|
2024-06-13 20:18:27 +00:00
|
|
|
## v0.0.2
|
2024-03-24 10:07:15 +00:00
|
|
|
|
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-03-23 15:34:35 +00:00
|
|
|
|
2024-06-13 20:18:27 +00:00
|
|
|
**Breaking Changes**:
|
2024-03-17 08:39:38 +00:00
|
|
|
|
|
|
|
**Features**:
|
2024-06-13 20:18:27 +00:00
|
|
|
- Add `Marker::default()`
|
|
|
|
- Rework string handling in `ScanError`
|
2024-03-17 08:39:38 +00:00
|
|
|
|
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-03-17 08:39:38 +00:00
|
|
|
|
2024-06-13 20:18:27 +00:00
|
|
|
**Internal changes**:
|
|
|
|
- Various readability improvements and code cleanups
|