Skip to content

Commit

Permalink
Updates release notes for PR #3741
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Apr 9, 2021
1 parent ef9303d commit c1bf9b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .release-notes/3741.md

This file was deleted.

4 changes: 4 additions & 0 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ Quickly determine if a given number is prime using the 6k ± 1 method.

All integers (excluding 2 and 3), can be expressed as (6k + i), where i = -1, 0, 1, 2, 3, or 4. Since 2 divides (6k + 0), (6k + 2), and (6k + 4), while 3 divides (6k + 3) that leaves only (6k - 1) and (6k + 1) for expressing primes

## Fix possible memory leak

A possible memory leak in the process package was fixed.

0 comments on commit c1bf9b8

Please sign in to comment.