Skip to content

Commit dae2180

Browse files
committed
Release 0.2.4
1 parent 2c2ed15 commit dae2180

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

RELEASES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
# Release 0.2.3 (2020-01-09)
210

311
- [`Ratio` now performs earlier reductions to avoid overflow with `+-*/%` operators][42].

0 commit comments

Comments
 (0)