Skip to content

Commit

Permalink
Note rust-num#44 and rust-num#46 in the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed May 16, 2018
1 parent 7f59335 commit 2d67ee4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release 0.2.0 (pending)

- :warning: [`num-bigint` now requires rustc 1.15 or greater][23].
- :warning: [The crate now has a `std` feature, and won't build without it][46].
This is in preparation for someday supporting `#![no_std]` with `alloc`.
- :warning: [The `rand` and `serde` dependencies have been updated to 0.4 and 1.0][24]
respectively, and neither are enabled by default. The `rustc-serialize`
crate is no longer supported by `num-bigint`.
Expand All @@ -18,6 +20,8 @@
`BitAnd`, `BitOr`, `BitXor`, and `Not`. These act conceptually as if each
number had an infinite prefix of `0` or `1` bits for positive or negative.
- [`BigInt` now supports assignment operators][41] like `AddAssign`.
- [`BigInt` and `BigUint` now support conversions with `i128` and `u128`][44],
if sufficient compiler support is detected.
- The release also includes other miscellaneous improvements to performance.

:warning: indicates a **breaking change**.
Expand All @@ -32,6 +36,8 @@
[37]: https://github.com/rust-num/num-bigint/pull/37
[38]: https://github.com/rust-num/num-bigint/pull/38
[41]: https://github.com/rust-num/num-bigint/pull/41
[44]: https://github.com/rust-num/num-bigint/pull/44
[46]: https://github.com/rust-num/num-bigint/pull/46

# Release 0.1.44

Expand Down

0 comments on commit 2d67ee4

Please sign in to comment.