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 `_)