Skip to content

Commit dc4b4ea

Browse files
committed
Preparing release notes
1 parent 602586d commit dc4b4ea

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

release_notes.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
4.53.1:
2+
- Releases now signed and immutable!
3+
- Add system(command; args) operator (disabled by default) (#2640)
4+
- TOML encoder: prefer readable table sections over inline tables (#2649)
5+
- Fix TOML encoder to quote keys containing special characters (#2648)
6+
- Add string slicing support (#2639)
7+
- Fix findInArray misuse on MappingNodes in equality and contains (#2645) Thanks @jandubois!
8+
- Fix panic on negative slice indices that underflow after adjustment (#2646) Thanks @jandubois!
9+
- Fix stack overflow from circular alias in traverse (#2647) Thanks @jandubois!
10+
- Fix panic and OOM in repeatString for large repeat counts (#2644) Thanks @jandubois!
11+
- Bumped dependencies
12+
13+
114
4.52.5:
215
- Fix: reset TOML decoder state between files (#2634) thanks @terminalchai
316
- Fix: preserve original filename when using --front-matter (#2613) thanks @cobyfrombrooklyn-bot

0 commit comments

Comments
 (0)