Skip to content

Commit

Permalink
Rotate release notes as part of the 0.58.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Jan 27, 2024
1 parent 06f7e23 commit 1dccb5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .release-notes/0.58.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Fix missing "runtime_info" package documentation

The documentation for the "runtime_info" package wasn't being generated. We've fixed that oversight.

## Use the correct LLVM intrinsics for `powi` on *nix.

We were using outdated LLVM intrinsics `llvm.powi.f32`j and `llvm.powi.f64`; updated to use `llvm.powi.f32.i32` and `llvm.powi.f64.i32`.

8 changes: 0 additions & 8 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
## Fix missing "runtime_info" package documentation

The documentation for the "runtime_info" package wasn't being generated. We've fixed that oversight.

## Use the correct LLVM intrinsics for `powi` on *nix.

We were using outdated LLVM intrinsics `llvm.powi.f32`j and `llvm.powi.f64`; updated to use `llvm.powi.f32.i32` and `llvm.powi.f64.i32`.

0 comments on commit 1dccb5d

Please sign in to comment.