Explorar o código

Release 0.2.5

Josh Stone %!s(int64=6) %!d(string=hai) anos
pai
achega
714057979e
Modificáronse 2 ficheiros con 11 adicións e 1 borrados
  1. 1 1
      Cargo.toml
  2. 10 0
      RELEASES.md

+ 1 - 1
Cargo.toml

@@ -8,7 +8,7 @@ categories = ["algorithms", "science", "no-std"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-num/num-traits"
 name = "num-traits"
-version = "0.2.4"
+version = "0.2.5"
 readme = "README.md"
 build = "build.rs"
 

+ 10 - 0
RELEASES.md

@@ -1,3 +1,13 @@
+# Release 0.2.5
+
+- [Documentation for `mul_add` now clarifies that it's not always faster.][70]
+- [The default methods in `FromPrimitive` and `ToPrimitive` are more robust.][73]
+
+**Contributors**: @cuviper, @frewsxcv
+
+[70]: https://github.com/rust-num/num-traits/pull/70
+[73]: https://github.com/rust-num/num-traits/pull/73
+
 # Release 0.2.4
 
 - [Support for 128-bit integers is now automatically detected and enabled.][69]