diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd7cdaf86..4ab5867158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to the Pony compiler and standard library will be documented ### Fixed - Fix missing "runtime_info" package documentation ([PR #4476](https://github.com/ponylang/ponyc/pull/4476)) +- Use the correct LLVM intrinsics for `powi` on *nix. ([PR #4481](https://github.com/ponylang/ponyc/pull/4481)) ### Added