From 1fc25378c1caf8f97ce56da58ed8bc40a13e3e76 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 3 Sep 2021 13:59:33 -0700 Subject: [PATCH] Add 0.3.3 release notes --- RELEASES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index b06f4fa8..80d692a1 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -37,6 +37,12 @@ [194]: https://github.com/rust-num/num-bigint/pull/194 [195]: https://github.com/rust-num/num-bigint/pull/195 +# Release 0.3.3 (2021-09-03) + +- [Use explicit `Integer::div_ceil` to avoid the new unstable method.][219] + +**Contributors**: @catenacyber, @cuviper + # Release 0.3.2 (2021-03-04) - [The new `BigUint` methods `count_ones` and `trailing_ones`][175] return the