From 89162481accf9ef51f581a41c90eead5c2373b14 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 21 Jun 2018 12:07:31 -0700 Subject: [PATCH] Add dates to RELEASES.md --- RELEASES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 80a6cf55..ed497fcd 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,4 +1,4 @@ -# Release 0.2.0 +# Release 0.2.0 (2018-05-25) ### Enhancements @@ -47,7 +47,7 @@ [48]: https://github.com/rust-num/num-bigint/pull/48 [49]: https://github.com/rust-num/num-bigint/pull/49 -# Release 0.1.44 +# Release 0.1.44 (2018-05-14) - [Division with single-digit divisors is now much faster.][42] - The README now compares [`ramp`, `rug`, `rust-gmp`][20], and [`apint`][21]. @@ -58,7 +58,7 @@ [21]: https://github.com/rust-num/num-bigint/pull/21 [42]: https://github.com/rust-num/num-bigint/pull/42 -# Release 0.1.43 +# Release 0.1.43 (2018-02-08) - [The new `BigInt::modpow`][18] performs signed modular exponentiation, using the existing `BigUint::modpow` and rounding negatives similar to `mod_floor`. @@ -68,7 +68,7 @@ [18]: https://github.com/rust-num/num-bigint/pull/18 -# Release 0.1.42 +# Release 0.1.42 (2018-02-07) - [num-bigint now has its own source repository][num-356] at [rust-num/num-bigint][home]. - [`lcm` now avoids creating a large intermediate product][num-350].