Skip to content

Commit 15d85b0

Browse files
committed
Add release notes for 0.27.1
1 parent aeace8b commit 15d85b0

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docs/modules/release-notes/pages/0.27.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Pkl 0.27 Release Notes
22
:version: 0.27
3-
:version-minor: 0.27.0
3+
:version-minor: 0.27.1
44
:release-date: November 5th, 2024
55

66
include::ROOT:partial$component-attributes.adoc[]

docs/modules/release-notes/pages/changelog.adoc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
= Changelog
22
include::ROOT:partial$component-attributes.adoc[]
33

4+
[[release-0.27.1]]
5+
== 0.27.1 (2024-12-06)
6+
7+
=== Fixes
8+
9+
- Fixes a broken "number literals" link in the 0.27 release notes (https://github.com/apple/pkl/pull/784[#784]).
10+
- Fixes a possible deadlock during external reader process close (https://github.com/apple/pkl/pull/786[#786]).
11+
- Fixes counting elements with computed indices multiple times in length computation of listings (https://github.com/apple/pkl/pull/797[#797]).
12+
- Fixes non Pkl modules being reported in GatherImports task, leading to plugin failures (https://github.com/apple/pkl/pull/821[#821]).
13+
- Fixes a problem where the delegate chain of type casts for Listing/Mapping get unreasonably big, even though the type nodes are the same, which may lead to a stack overflow or performance degradation (https://github.com/apple/pkl/pull/826[#826]).
14+
- Fixes incorrect scoping of type variables in lazy Listing/Mapping type checking in cross-module typealiases (https://github.com/apple/pkl/pull/789[#789]).
15+
- Fixes regression in type checking logic for Listing/Mapping (https://github.com/apple/pkl/pull/789[#789]).
16+
17+
=== Contributors ❤️
18+
19+
Thank you to all the contributors for this release!
20+
21+
* link:https://github.com/GUI[@GUI]
22+
* link:https://github.com/HT154[@HT154]
23+
* link:https://github.com/odenix[@odenix] (formerly @translatenix)
24+
25+
426
[[release-0.27.0]]
527
== 0.27.0 (2024-11-05)
628

0 commit comments

Comments
 (0)