Josh Stone преди 6 години
родител
ревизия
c00ae2046e
променени са 2 файла, в които са добавени 11 реда и са изтрити 1 реда
  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.3"
+version = "0.2.4"
 readme = "README.md"
 build = "build.rs"
 

+ 10 - 0
RELEASES.md

@@ -1,3 +1,13 @@
+# Release 0.2.4
+
+- [Support for 128-bit integers is now automatically detected and enabled.][69]
+  Setting the `i128` crate feature now causes the build script to panic if such
+  support is not detected.
+
+**Contributors**: @cuviper
+
+[69]: https://github.com/rust-num/num-traits/pull/69
+
 # Release 0.2.3
 
 - [The new `CheckedNeg` and `CheckedRem` traits][63] perform checked `Neg` and