Skip to content

Commit

Permalink
Add dates to RELEASES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jun 21, 2018
1 parent 9309c8b commit 8916248
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release 0.2.0
# Release 0.2.0 (2018-05-25)

### Enhancements

Expand Down Expand Up @@ -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].
Expand All @@ -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`.
Expand All @@ -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].
Expand Down

0 comments on commit 8916248

Please sign in to comment.