22
33This file contains the changes to the crate since version 0.4.8.
44
5+ ## 0.10.1
6+
7+ - Removed reference to no longer existing feature from docstring of ` is_prime ` .
8+
59## 0.10.0
610
7- - Remove the ` fast_test ` feature, as that needed a dependency that has
11+ - Removed the ` fast_test ` feature, as that needed a dependency that has
812 non-additive features.
913
1014## 0.9.11
1115
12- - Add back the ` fast_test ` feature, but make it do nothing.
16+ - Added back the ` fast_test ` feature, but made it do nothing.
1317 This fixes any breaking changes from the feature removal,
1418 in case someone had time to start using it and runs ` cargo-update ` .
1519
@@ -18,16 +22,16 @@ but running `cargo update` will never break anything, only slow things down.
1822
1923## 🗑️ ~~ 0.9.10~~ Yanked because removing a feature is a breaking change
2024
21- - Correct feature information in docs and readme.
25+ - Corrected feature information in docs and readme.
2226
2327## 🗑️ ~~ 0.9.9~~ Yanked because removing a feature is a breaking change
2428
25- - Publish a version that doesn't have the ` fast_test ` feature to enable
29+ - Published a version that doesn't have the ` fast_test ` feature to enable
2630 downstream users to just run ` cargo update ` after versions 0.9.7 and 0.9.8 are yanked.
2731
2832## 🗑️ ~~ 0.9.8~~ Yanked because the dependency has non-additive features
2933
30- - Make links to crates in the docs on docs.rs link to the docs of those crates
34+ - Made links to crates in the docs on docs.rs link to the docs of those crates
3135 on docs.rs.
3236
3337## 🗑️ ~~ 0.9.7~~ Yanked because the dependency has non-additive features
0 commit comments