summarylogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJiri Pospisil2025-01-09 11:08:03 +0000
committerJiri Pospisil2025-01-09 11:08:03 +0000
commit95f69bd5c95e8f530dfa83a27583ce5220282116 (patch)
tree509ca21e54c0fed856066cbd2920324c85344b17 /CHANGELOG
parentd09bd8c7a9f2a5806f833da2c07874ef88fc19b5 (diff)
downloadaur-95f69bd5c95e8f530dfa83a27583ce5220282116.tar.gz
v0.27.1
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fd8a4991ed85..6a181a66edd4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,25 @@
+Changes in version 0.27.1 (2024-12-06)
+
+ Fixes:
+ - Fixes a broken "number literals" link in the 0.27 release notes (#784).
+ - Fixes a possible deadlock during external reader process close (#786).
+ - Fixes counting elements with computed indices multiple times in length
+ computation of listings (#797).
+ - Fixes non Pkl modules being reported in GatherImports task, leading to
+ plugin failures (#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 (#826).
+ - Fixes incorrect scoping of type variables in lazy Listing/Mapping type
+ checking in cross-module typealiases (#789).
+ - Fixes regression in type checking logic for Listing/Mapping (#789).
+
+
+Changes in version 0.27.0 (2024-11-05)
+
+ https://pkl-lang.org/main/current/release-notes/0.27.html
+
+
Changes in version 0.26.3 (2024-08-06)
Fixes: