Skip to content

Commit 7979905

Browse files
committed
docs: Update changelog
1 parent 487768d commit 7979905

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-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+
### Fixes
11+
12+
- Drop recursion limit from 128 to 100 to work on `opt-level = 0` builds
13+
1014
## [0.8.11] - 2024-03-11
1115

1216
### Performance

crates/toml_edit/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+
### Fixes
11+
12+
- Drop recursion limit from 128 to 100 to work on `opt-level = 0` builds
13+
1014
## [0.22.7] - 2024-03-11
1115

1216
### Features

0 commit comments

Comments
 (0)