Skip to content

Commit b25da32

Browse files
committed
docs: Update changelog
1 parent 8844949 commit b25da32

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

crates/toml/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ The format is based on [Keep a Changelog].
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Features
11+
12+
- Add `unbounded` feature to bypass recursion depth checks
13+
14+
### Fixes
15+
16+
- Reduced escaping in strings without a prior formatting
17+
18+
### Compatibility
19+
20+
- Serializing a `Table` no longer has a specific sub-table order
21+
- Strings have changed formats
22+
- A trailing single quote no longer prevents "pretty" strings
23+
- Double quotes in ml-basic-strings are only escaped if there are 3 or more
24+
- Presence of 1-2 double quotes and newlines no longer forces the use of ml-literal instead ml-basic-string
25+
1026
## [0.8.20] - 2025-02-05
1127

1228
### Features

crates/toml_edit/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ The format is based on [Keep a Changelog].
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Fixes
11+
12+
- Reduced escaping in strings without a prior formatting
13+
14+
### Compatibility
15+
16+
- Strings without prior formatting have changed formats
17+
- A trailing single quote no longer prevents "pretty" strings
18+
- Double quotes in ml-basic-strings are only escaped if there are 3 or more
19+
- Presence of 1-2 double quotes and newlines no longer forces the use of ml-literal instead ml-basic-string
20+
1021
## [0.22.24] - 2025-02-10
1122

1223
### Features

crates/toml_write/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ The format is based on [Keep a Changelog].
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
Initial release
11+
1012
<!-- next-url -->
1113
[Unreleased]: https://github.com/toml-rs/toml/compare/d00d2856...HEAD

0 commit comments

Comments
 (0)