Add release notes for 0.30 (#1261)

Co-authored-by: Dan Chao <dan.chao@apple.com>
This commit is contained in:
Jen Basch
2025-10-30 10:09:35 -07:00
committed by GitHub
parent db800d4521
commit 9427387019
6 changed files with 367 additions and 15 deletions

View File

@@ -163,3 +163,11 @@ The left-hand side describes the source prefix, and the right-hand describes the
This option is commonly used to enable package mirroring.
The above example will rewrite URL `\https://pkg.pkl-lang.org/pkl-k8s/k8s@1.0.0` to `\https://my.internal.mirror/pkl-k8s/k8s@1.0.0`.
====
.--trace-mode
[%collapsible]
====
Default: `compact` +
Specifies how `trace()` output is formatted.
Possible options are `compact` and `pretty`.
====