Skip to content

Commit 65eb4c5

Browse files
committed
Add dates to RELEASES.md
1 parent 97b2439 commit 65eb4c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release 0.1.39
1+
# Release 0.1.39 (2018-06-20)
22

33
- [The new `Roots` trait provides `sqrt`, `cbrt`, and `nth_root` methods][9],
44
calculating an `Integer`'s principal roots rounded toward zero.
@@ -7,7 +7,7 @@
77

88
[9]: https://github.com/rust-num/num-integer/pull/9
99

10-
# Release 0.1.38
10+
# Release 0.1.38 (2018-05-11)
1111

1212
- [Support for 128-bit integers is now automatically detected and enabled.][8]
1313
Setting the `i128` crate feature now causes the build script to panic if such
@@ -17,7 +17,7 @@
1717

1818
[8]: https://github.com/rust-num/num-integer/pull/8
1919

20-
# Release 0.1.37
20+
# Release 0.1.37 (2018-05-10)
2121

2222
- [`Integer` is now implemented for `i128` and `u128`][7] starting with Rust
2323
1.26, enabled by the new `i128` crate feature.
@@ -26,7 +26,7 @@
2626

2727
[7]: https://github.com/rust-num/num-integer/pull/7
2828

29-
# Release 0.1.36
29+
# Release 0.1.36 (2018-02-06)
3030

3131
- [num-integer now has its own source repository][num-356] at [rust-num/num-integer][home].
3232
- [Corrected the argument order documented in `Integer::is_multiple_of`][1]

0 commit comments

Comments
 (0)