mirror of
https://github.com/apple/pkl.git
synced 2026-05-25 08:09:17 +02:00
da4dd4c4f8
With JSpecify now a dependency of pkl-config-java, this moves the non-null annotation to jspecify's. This makes it simpler for users to do nullness checks, as tooling already understands JSpecify nullness annotations.
65 lines
1005 B
Plaintext
65 lines
1005 B
Plaintext
= Pkl 0.32.0 Release Notes
|
|
:version: 0.32
|
|
:version-minor: 0.32.0
|
|
:release-date: TBD
|
|
:version-next: 0.33
|
|
:version-next-date: TBD
|
|
|
|
include::partial$intro.adoc[]
|
|
|
|
== Highlights [small]#💖#
|
|
|
|
News you don't want to miss.
|
|
|
|
.XXX
|
|
[%collapsible]
|
|
====
|
|
XXX
|
|
====
|
|
|
|
== Noteworthy [small]#🎶#
|
|
|
|
Ready when you need them.
|
|
|
|
.XXX
|
|
[%collapsible]
|
|
====
|
|
XXX
|
|
====
|
|
|
|
== Breaking Changes [small]#💔#
|
|
|
|
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[])
|
|
|
|
The following APIs have been deprecated for removal.
|
|
|
|
* `org.pkl.config.java.mapper.NonNull` (https://github.com/apple/pkl/pull/1607[#1607]).
|
|
|
|
.XXX
|
|
[%collapsible]
|
|
====
|
|
XXX
|
|
====
|
|
|
|
== Work In Progress [small]#🚆#
|
|
|
|
They missed the train but deserve a mention.
|
|
|
|
.XXX
|
|
[%collapsible]
|
|
====
|
|
XXX
|
|
====
|
|
|
|
== Contributors [small]#🙏#
|
|
|
|
We would like to thank the contributors to this release (in alphabetical order):
|
|
|
|
* XXX
|