Skip to content

Commit 246b292

Browse files
committed
docs: Update changelog
1 parent d41c62c commit 246b292

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

crates/toml/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog].
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Performance
11+
12+
- *(de)* Remove an allocation when parsing
13+
1014
### Compatibility
1115

1216
MSRV is now 1.70

crates/toml_edit/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ The format is based on [Keep a Changelog].
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Features
11+
12+
- Added `ImDocument` for parsing into an immutable document for performance and looking up spans
13+
14+
### Fixes
15+
16+
- error: Fix don't highlight past the end of the current line
17+
- Renamed `Document` to `DocumentMut` to clarify its role with `ImDocument`
18+
19+
### Compatibility
20+
21+
- Deprecated `Document` in favor of `DocumentMut`
22+
- `de::Deserializer` gained a default generic parameter to line up with `ImDocument`
23+
- `de::Deserializer::new` was deprecated in favor of `Deserializer::from`
24+
1025
## [0.22.6] - 2024-02-16
1126

1227
### Documentation

0 commit comments

Comments
 (0)