mirror of
https://github.com/apple/pkl.git
synced 2026-04-29 19:57:26 +02:00
Cherry pick 0.26.3 release notes (#615)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
= Pkl 0.26 Release Notes
|
= Pkl 0.26 Release Notes
|
||||||
:version: 0.26
|
:version: 0.26
|
||||||
:version-minor: 0.26.2
|
:version-minor: 0.26.3
|
||||||
:release-date: June 17th, 2024
|
:release-date: June 17th, 2024
|
||||||
|
|
||||||
include::ROOT:partial$component-attributes.adoc[]
|
include::ROOT:partial$component-attributes.adoc[]
|
||||||
|
|||||||
@@ -6,6 +6,15 @@ include::ROOT:partial$component-attributes.adoc[]
|
|||||||
|
|
||||||
xref:0.27.adoc[Release notes]
|
xref:0.27.adoc[Release notes]
|
||||||
|
|
||||||
|
[[release-0.26.3]]
|
||||||
|
== 0.26.3 (2024-08-06)
|
||||||
|
|
||||||
|
=== Fixes
|
||||||
|
|
||||||
|
* Fixes an issue where CLI argument `--property foo=""` is effectively parsed as `--property foo="true"`. This is now parsed as an empty string (https://github.com/apple/pkl/pull/596[#596]).
|
||||||
|
* Fixes a regression where amending a globbed import or globbed read results in a PklBugException (https://github.com/apple/pkl/pull/607[#607]).
|
||||||
|
* Fixes an issue around using `file()` notation when using the pkl-gradle plugin on Windows (https://github.com/apple/pkl/pull/611[#611]).
|
||||||
|
|
||||||
[[release-0.26.2]]
|
[[release-0.26.2]]
|
||||||
== 0.26.2 (2024-07-18)
|
== 0.26.2 (2024-07-18)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user