Remove Config.makeConfig (#1531)

This doesn't really make sense as part of the `Config` API.

We can maybe make class `ConfigUtils` public, but, I don't know how useful it
is anyways; it's more of an implementation detail.
This commit is contained in:
Daniel Chao
2026-04-17 11:19:02 -07:00
committed by GitHub
parent 1571d72111
commit b1a5d8c915
4 changed files with 48 additions and 15 deletions

View File

@@ -31,6 +31,12 @@ XXX
Things to watch out for when upgrading.
=== Removed Java APIs
The following APIs have been removed without replacement.
* `org.pkl.config.java.Config#makeConfig` (pr:https://github.com/apple/pkl/pull/1531[])
.XXX
[%collapsible]
====