Skip to content

Commit 8d9b1d6

Browse files
committed
docs: update changelog
1 parent a625f3d commit 8d9b1d6

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Fixed
2020

21-
- Patching: Ensure all elements of nested tables are preserved when using `inlineTableStart` is 2 or higher.
22-
- Patching: prevent whitespace errors when swaping keys between tables.
23-
- Patching: handle BigInt values in documents without throwing.
24-
- Patching: handle commented multiline arrays correctly when adding keys or emptying them.
25-
- Patching: fix wrong section nesting when replacing a table with a scalar value.
26-
- Patching: preserve key with inline empty array when emptying an array-of-tables.
27-
- Patching: fix `Node not found` errors on structural type replacements like nested table-to-scalar and AOT-to-scalar.
28-
- Patching: preserve `+nan` / `-nan` sign through parse and round-trip.
21+
- Patching: Ensure all elements of nested tables are preserved when using `inlineTableStart` is 2 or higher. ([#255])
22+
- Patching: prevent whitespace errors when swaping keys between tables. ([#255])
23+
- Patching: handle BigInt values in documents without throwing. ([#255])
24+
- Patching: handle commented multiline arrays correctly when adding keys or emptying them. ([#255])
25+
- Patching: fix wrong section nesting when replacing a table with a scalar value. ([#255])
26+
- Patching: preserve key with inline empty array when emptying an array-of-tables. ([#255])
27+
- Patching: fix `Node not found` errors on structural type replacements like nested table-to-scalar and AOT-to-scalar. ([#255])
28+
- Patching: preserve `+nan` / `-nan` sign through parse and round-trip. ([#255])
2929

3030
## [2.1.0] - 2026-07-21
3131

@@ -316,4 +316,5 @@ This first forked version from [timhall/toml-patch](https://github.com/timhall/t
316316
[#176]: https://github.com/DecimalTurn/toml-patch/pull/176
317317
[#187]: https://github.com/DecimalTurn/toml-patch/pull/187
318318
[#189]: https://github.com/DecimalTurn/toml-patch/pull/189
319-
[#198]: https://github.com/DecimalTurn/toml-patch/pull/198
319+
[#198]: https://github.com/DecimalTurn/toml-patch/pull/198
320+
[#255]: https://github.com/DecimalTurn/toml-patch/pull/255

0 commit comments

Comments
 (0)