Skip to content

Commit 07817e4

Browse files
authored
Add headings
1 parent 369d80d commit 07817e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ This file contains the changes to the crate since version 0.4.8.
22

33
# 0.6.0
44

5+
## Breaking changes
6+
57
- Make the `Primes<N>::iter` function and the `IntoIterator` implementation for `Primes<N>` return custom iterator types. Allows less disruptive refactoring in the future.
8+
9+
## Other changes
10+
611
- Remove panics in functions (like `primes`) when `N` is zero. It results in an empty array, but may be what you want.
712

813
# 0.5.1

0 commit comments

Comments
 (0)