From a1c8506e10ec84ce5b18455f481b31dcc9974e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= <44257381+JSorngard@users.noreply.github.com> Date: Fri, 10 May 2024 14:46:35 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eaf254..32c5bd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 , 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