update relnotes

Change-Id: I2b035a17ce7479ea47d247deafbc8b4ee23ee442
This commit is contained in:
Mateusz Poliwczak 2025-05-20 17:36:43 +02:00
parent c2b7923187
commit ce89a53097
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
The new [TypeAssert] function permits converting a [Value] directly to a Go value
of the given type. This is like using a type assertion on the result of [Value.Interface].
of the given type. This is like using a type assertion on the result of [Value.Interface],
but avoids unnecessary memory allocations.