Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Mar 11, 2024
1 parent d41c62c commit 246b292
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/toml/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog].
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Performance

- *(de)* Remove an allocation when parsing

### Compatibility

MSRV is now 1.70
Expand Down
15 changes: 15 additions & 0 deletions crates/toml_edit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ The format is based on [Keep a Changelog].
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Features

- Added `ImDocument` for parsing into an immutable document for performance and looking up spans

### Fixes

- error: Fix don't highlight past the end of the current line
- Renamed `Document` to `DocumentMut` to clarify its role with `ImDocument`

### Compatibility

- Deprecated `Document` in favor of `DocumentMut`
- `de::Deserializer` gained a default generic parameter to line up with `ImDocument`
- `de::Deserializer::new` was deprecated in favor of `Deserializer::from`

## [0.22.6] - 2024-02-16

### Documentation
Expand Down

0 comments on commit 246b292

Please sign in to comment.