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 2c2ed15 commit dae2180Copy full SHA for dae2180
RELEASES.md
@@ -1,3 +1,11 @@
1
+# Release 0.2.4 (2020-03-17)
2
+
3
+- [Fixed `CheckedDiv` when both dividend and divisor are 0][74].
4
+- [Fixed `CheckedDiv` with `min_value()` numerators][76].
5
6
+[74]: https://github.com/rust-num/num-rational/pull/74
7
+[76]: https://github.com/rust-num/num-rational/pull/76
8
9
# Release 0.2.3 (2020-01-09)
10
11
- [`Ratio` now performs earlier reductions to avoid overflow with `+-*/%` operators][42].
0 commit comments