diff options
Diffstat (limited to 'doc/relnotes/1_11_1.rst')
-rw-r--r-- | doc/relnotes/1_11_1.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_1.rst b/doc/relnotes/1_11_1.rst index f0fd0a84e..2ef9a672e 100644 --- a/doc/relnotes/1_11_1.rst +++ b/doc/relnotes/1_11_1.rst @@ -21,3 +21,5 @@ Several :cpp:class:`BigInt` functions have been removed, including that returns a mutable pointer has been renamed ``mutable_data``. Support for octal conversions has been removed. +The constructor ``BigInt(NumberType type, size_t n)`` has been +removed, replaced by ``BigInt::power_of_2``. |