Add 0.32 release notes (#1699)

This adds release notes for the 0.32 release
This commit is contained in:
Daniel Chao
2026-07-08 09:38:37 -07:00
committed by GitHub
parent 010d971af0
commit 7499a89d83
2 changed files with 511 additions and 33 deletions
@@ -6005,7 +6005,7 @@ This method accepts three parameters:
It is only possible to construct new references with a referent type that is a simple (non-generic) class type.
To obtain a reference to values of other types (generic, typealias, nullable, union, etc.), libraries must wrap those types in a class:
[source,{pkl}%parsed]
[source%parsed,pkl]
----
import "pkl:ref"