Add PR links (#34)

This commit is contained in:
Daniel Chao 2025-01-24 08:10:27 -08:00 committed by GitHub
parent 162bf61a96
commit c280a0e632
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -5,14 +5,14 @@
=== Additions
* Add a new API for creating external readers, called `ExternalReaderClient`.
* Add new fields to support new options available in Pkl 0.27:
* Add a new API for creating external readers, called `ExternalReaderClient` (https://github.com/apple/pkl-swift/pull/26[#26]).
* Add new fields to support new options available in Pkl 0.27 (https://github.com/apple/pkl-swift/pull/26[#26], https://github.com/apple/pkl-swift/pull/32[#32]):
- In struct `EvaluatorOptions`: `externalModuleReaders` and `externalResourceReaders`.
- In struct `PklEvaluatorSettings`: `externalModuleReaders`, `externalResourceReaders`, and `color`.
=== Changes
* Make `PathElement.init` a public method.
* Make `PathElement.init` public (https://github.com/apple/pkl-swift/pull/31[#31]).
=== Contributors ❤️