Skip to content

Commit

Permalink
Add PR links (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
bioball authored Jan 24, 2025
1 parent 162bf61 commit c280a0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 ❤️

Expand Down

0 comments on commit c280a0e

Please sign in to comment.