Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard authored May 10, 2024
1 parent 3104cc8 commit a1c8506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It also shortens and clarifies some function names.
- Rename `largest_prime_leq` to `previous_prime`.
- Rename `smallest_prime_lt` to `next_prime`.
- Rename `prime_counts` to `count_primes`.
- Remove `moebius`, as it is out of scope of this crate. If you want the source code for that function it can be found at <https://rosettacode.org/wiki/M%C3%B6bius_function#Rust>, or in older versions of this crate.
- Remove `moebius`, as it is out of scope of this crate. If you want the source code for that function it can be found on [Rosettacode](https://rosettacode.org/wiki/M%C3%B6bius_function#Rust), or in older versions of this crate.

## Other major changes

Expand Down

0 comments on commit a1c8506

Please sign in to comment.