We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fe608 commit b315c01Copy full SHA for b315c01
RELEASES.md
@@ -1,9 +1,12 @@
1
# Release 0.2.0 (pending)
2
3
- :warning: [num-bigint now requires rustc 1.15 or greater][23].
4
+- :warning: [`Shr for BigInt` now rounds down][8] rather than toward zero,
5
+ matching the behavior of the primitive integers for negative values.
6
7
**Contributors**: @cuviper
8
9
+[8]: https://github.com/rust-num/num-bigint/pull/8
10
[23]: https://github.com/rust-num/num-bigint/pull/23
11
12
0 commit comments