You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/release-notes/pages/changelog.adoc
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,24 @@
1
1
= Changelog
2
2
include::ROOT:partial$component-attributes.adoc[]
3
3
4
+
[[release-0.30.2]]
5
+
== 0.30.2 (2025-12-15)
6
+
7
+
=== Fixes
8
+
9
+
* Fixes formatting of blank files (https://github.com/apple/pkl/pull/1351[#1351]).
10
+
* Fixes an issue where the `pkl format` CLI command adds an extra newline when writing formatted content to standard output (https://github.com/apple/pkl/issues/1346[#1346]).
11
+
* Make linux executables link to glibc 2.17 (https://github.com/apple/pkl/pull/1352[#1352]).
12
+
* Fix incorrect parsing of super expressions (https://github.com/apple/pkl/pull/1364[#1364]).
13
+
14
+
=== Contributors ❤️
15
+
16
+
Thank you to all the contributors for this release!
0 commit comments