]> git.proxmox.com Git - rustc.git/blob - vendor/num-integer/RELEASES.md
New upstream version 1.32.0~beta.2+dfsg1
[rustc.git] / vendor / num-integer / RELEASES.md
1 # Release 0.1.39
2
3 - [The new `Roots` trait provides `sqrt`, `cbrt`, and `nth_root` methods][9],
4 calculating an `Integer`'s principal roots rounded toward zero.
5
6 **Contributors**: @cuviper
7
8 [9]: https://github.com/rust-num/num-integer/pull/9
9
10 # Release 0.1.38
11
12 - [Support for 128-bit integers is now automatically detected and enabled.][8]
13 Setting the `i128` crate feature now causes the build script to panic if such
14 support is not detected.
15
16 **Contributors**: @cuviper
17
18 [8]: https://github.com/rust-num/num-integer/pull/8
19
20 # Release 0.1.37
21
22 - [`Integer` is now implemented for `i128` and `u128`][7] starting with Rust
23 1.26, enabled by the new `i128` crate feature.
24
25 **Contributors**: @cuviper
26
27 [7]: https://github.com/rust-num/num-integer/pull/7
28
29 # Release 0.1.36
30
31 - [num-integer now has its own source repository][num-356] at [rust-num/num-integer][home].
32 - [Corrected the argument order documented in `Integer::is_multiple_of`][1]
33 - [There is now a `std` feature][5], enabled by default, along with the implication
34 that building *without* this feature makes this a `#[no_std]` crate.
35 - There is no difference in the API at this time.
36
37 **Contributors**: @cuviper, @jaystrictor
38
39 [home]: https://github.com/rust-num/num-integer
40 [num-356]: https://github.com/rust-num/num/pull/356
41 [1]: https://github.com/rust-num/num-integer/pull/1
42 [5]: https://github.com/rust-num/num-integer/pull/5
43
44
45 # Prior releases
46
47 No prior release notes were kept. Thanks all the same to the many
48 contributors that have made this crate what it is!
49