File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ The format is based on [Keep a Changelog].
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ ### Fixes
11+
12+ - * (serde)* Serialize struct variants
13+ - * (serde)* Serialize tuple variants under their variant name
14+
1015## [ 0.8.22] - 2025-04-28
1116
1217### Fixes
Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ The format is based on [Keep a Changelog].
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ ### Features
11+
12+ - Add ` ImDocument::into_item ` , ` DocumentMut::into_item `
13+ - Add ` ImDocument::into_table ` , ` DocumentMut::into_table `
14+ - Add ` unstable-debug ` feature to inspect what is happening during parsing
15+
16+ ### Fixes
17+
18+ - * (parse)* Don't lose spans of empty strings
19+ - * (serde)* Don't skip some nested tables when serializing
20+
1021## [ 0.22.26] - 2025-04-28
1122
1223### Fixes
You can’t perform that action at this time.
0 commit comments