You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,12 @@ This file contains the changes to the crate since version 0.4.8.
2
2
3
3
# 0.6.0
4
4
5
+
## Breaking changes
6
+
5
7
- 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
+
6
11
- Remove panics in functions (like `primes`) when `N` is zero. It results in an empty array, but may be what you want.
0 commit comments