File tree 3 files changed +29
-0
lines changed
3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ The format is based on [Keep a Changelog].
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
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
+
10
26
## [ 0.8.20] - 2025-02-05
11
27
12
28
### Features
Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ The format is based on [Keep a Changelog].
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
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
+
10
21
## [ 0.22.24] - 2025-02-10
11
22
12
23
### Features
Original file line number Diff line number Diff line change @@ -7,5 +7,7 @@ The format is based on [Keep a Changelog].
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ Initial release
11
+
10
12
<!-- next-url -->
11
13
[ Unreleased ] : https://github.com/toml-rs/toml/compare/d00d2856...HEAD
You can’t perform that action at this time.
0 commit comments