From b80fa9ddd4ccc640a5d534767f22708ad4cd352a Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Thu, 20 Jun 2024 06:52:42 -0400 Subject: [PATCH] update PR list --- docs/release-notes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index cf47d89509..88d6c65012 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -197,6 +197,7 @@ Bugfixes * fix[ux]: fix compiler hang for large exponentiations (`#3893 `_) * fix[lang]: allow type expressions inside pure functions (`#3906 `_) * fix[ux]: raise ``VersionException`` with source info (`#3920 `_) +* fix[codegen]: fix false positive in risky call detection (`#4160 `_) * fix[lang]: fix ``pow`` folding when args are not literals (`#3949 `_) * fix[codegen]: fix some hardcoded references to ``STORAGE`` location (`#4015 `_)