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

@@ -342,6 +342,7 @@ In Pkl 0.29, it is an error to load a module or resource with an opaque `file:`
NOTE: To import or read a relative path, omit `file:` from the import string. For example, `import("foo/bar.txt")` instead of `import("file:foo/bar.txt")`.
[[new-base-module-names]]
=== New base module names: `Bytes` and `Charset`
Two new names are introduced to the base module: `Bytes` and `Charset`.