From 1e75001382c4fdc6ea779eded7536056205024ee Mon Sep 17 00:00:00 2001 From: Daniel Chao Date: Tue, 21 Jan 2025 11:56:33 -0800 Subject: [PATCH] Add release notes for 0.27.2 (#894) --- docs/modules/release-notes/pages/0.27.adoc | 2 +- docs/modules/release-notes/pages/changelog.adoc | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/modules/release-notes/pages/0.27.adoc b/docs/modules/release-notes/pages/0.27.adoc index f7ebef45..9629fed7 100644 --- a/docs/modules/release-notes/pages/0.27.adoc +++ b/docs/modules/release-notes/pages/0.27.adoc @@ -1,6 +1,6 @@ = Pkl 0.27 Release Notes :version: 0.27 -:version-minor: 0.27.1 +:version-minor: 0.27.2 :release-date: November 5th, 2024 include::ROOT:partial$component-attributes.adoc[] diff --git a/docs/modules/release-notes/pages/changelog.adoc b/docs/modules/release-notes/pages/changelog.adoc index 6e275016..87166a82 100644 --- a/docs/modules/release-notes/pages/changelog.adoc +++ b/docs/modules/release-notes/pages/changelog.adoc @@ -1,6 +1,22 @@ = Changelog include::ROOT:partial$component-attributes.adoc[] +[[release-0.27.2]] +== 0.27.2 (2025-01-22) + +=== Fixes + +* Fixes issues where server mode message decoding might result in null pointer exceptions (https://github.com/apple/pkl/pull/853[#853], https://github.com/apple/pkl/pull/882[#882]). +* Fixes an issue where the test report outputs decimal numbers using local-specific decimals (https://github.com/apple/pkl/pull/868[#868]). +* Fixes an issue where the native executables might not run on some environments, resulting in an error like "Fatal error: Failed to create the main Isolate" (https://github.com/apple/pkl/pull/875[#875]). + +=== Contributors ❤️ + +Thank you to all the contributors for this release! + +* link:https://github.com/HT154[@HT154] +* link:https://github.com/StefMa[@StefMa] + [[release-0.27.1]] == 0.27.1 (2024-12-06)