mirror of https://github.com/apple/pkl-swift
Add PR links (#34)
This commit is contained in:
parent
162bf61a96
commit
c280a0e632
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
=== Additions
|
=== Additions
|
||||||
|
|
||||||
* Add a new API for creating external readers, called `ExternalReaderClient`.
|
* 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:
|
* 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 `EvaluatorOptions`: `externalModuleReaders` and `externalResourceReaders`.
|
||||||
- In struct `PklEvaluatorSettings`: `externalModuleReaders`, `externalResourceReaders`, and `color`.
|
- In struct `PklEvaluatorSettings`: `externalModuleReaders`, `externalResourceReaders`, and `color`.
|
||||||
|
|
||||||
=== Changes
|
=== Changes
|
||||||
|
|
||||||
* Make `PathElement.init` a public method.
|
* Make `PathElement.init` public (https://github.com/apple/pkl-swift/pull/31[#31]).
|
||||||
|
|
||||||
=== Contributors ❤️
|
=== Contributors ❤️
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue