Skip to content

Commit

Permalink
Add release notes for 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
holzensp committed Dec 6, 2024
1 parent aeace8b commit 15d85b0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/release-notes/pages/0.27.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Pkl 0.27 Release Notes
:version: 0.27
:version-minor: 0.27.0
:version-minor: 0.27.1
:release-date: November 5th, 2024

include::ROOT:partial$component-attributes.adoc[]
Expand Down
22 changes: 22 additions & 0 deletions docs/modules/release-notes/pages/changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
= Changelog
include::ROOT:partial$component-attributes.adoc[]

[[release-0.27.1]]
== 0.27.1 (2024-12-06)

=== Fixes

- Fixes a broken "number literals" link in the 0.27 release notes (https://github.com/apple/pkl/pull/784[#784]).
- Fixes a possible deadlock during external reader process close (https://github.com/apple/pkl/pull/786[#786]).
- Fixes counting elements with computed indices multiple times in length computation of listings (https://github.com/apple/pkl/pull/797[#797]).
- Fixes non Pkl modules being reported in GatherImports task, leading to plugin failures (https://github.com/apple/pkl/pull/821[#821]).
- 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]).
- Fixes incorrect scoping of type variables in lazy Listing/Mapping type checking in cross-module typealiases (https://github.com/apple/pkl/pull/789[#789]).
- Fixes regression in type checking logic for Listing/Mapping (https://github.com/apple/pkl/pull/789[#789]).

=== Contributors ❤️

Thank you to all the contributors for this release!

* link:https://github.com/GUI[@GUI]
* link:https://github.com/HT154[@HT154]
* link:https://github.com/odenix[@odenix] (formerly @translatenix)


[[release-0.27.0]]
== 0.27.0 (2024-11-05)

Expand Down

0 comments on commit 15d85b0

Please sign in to comment.