Skip to content

Commit cc37615

Browse files
committed
docs: Update changelog
1 parent 7f5e9e1 commit cc37615

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

crates/toml/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Fixes
11+
12+
- *(parser)* For unquoted keys, report a span over all contigious invalid characters, rather than insertion points before each byte
13+
1014
## [1.1.1] - 2026-03-31
1115

1216
### Fixes

crates/toml_edit/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Fixes
11+
12+
- *(parser)* For unquoted keys, report a span over all contigious invalid characters, rather than insertion points before each byte
13+
1014
## [0.25.9] - 2026-03-31
1115

1216
### Features

crates/toml_parser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Fixes
11+
12+
- For unquoted keys, report a span over all contigious invalid characters, rather than insertion points before each byte
13+
1014
## [1.1.1] - 2026-03-31
1115

1216
### Fixes

0 commit comments

Comments
 (0)